[Mono-list] CE classes and members that are not a subset of the normal .NET,
but that are in CE.NET
Dennis Hayes
DENNISH@Raytek.com
Mon, 28 Oct 2002 10:49:50 -0800
These are all the classes that are needed in addition to functions contained
in the
full .NET to have CE compliance. I believe this to be a complete list.
40 new classes. (30 SQLServerCE, 3 winformsCE, 6 IR network, 1 text)
21 new members. ( 9 System.IO, 6 System.Drawing, 6 XML)
System.Data.SQLServerCE
Add 30 new Classes
System.Drawing
Color
Add member FromSysIcv(int Icv);
Font
Add constructor Font(IntPtr htx);
Add member public IntPtr Gethtx();
Graphics
Add member public static Graphics FromHow(IntPtr how, bool
ffree);
Icon
Add member public static IntPtr GetHiconFromIcon(Icon icon);
Image
Add member public static IntPtr GetHowFromImage(Image img);
System.IO
DirectoryInfo
Add member public DateTime CreationTime{get;}
Add member public DateTime LastAccessTime{get;}
Add member public DateTime LastWriteTime{get;}
FileInfo
Add member public DateTime CreationTime{get;}
Add member public DateTime LastAccessTime{get;}
Add member public DateTime LastWriteTime{get;}
FileSystemInfo
Add member public DateTime CreationTime{get;}
Add member public DateTime LastAccessTime{get;}
Add member public DateTime LastWriteTime{get;}
System.Net
Add Class IrDAEndPoint
System.Net.Sockets
Add Class IrDACharacterSet
Add Class IrDAClient
Add Class IrDADeviceInfo
Add Class IrDAHints
Add Class IrDAListner
System.Text
Add Class MLangCodePageEncoding
System.WindowsCE.Forms
Add 3 Classes
System.Xml
XmlConvert
Add member public static byte[] FromBinHexString(string s);
Add member public static string ToBinHexString(byte []
inArray);
System.Xml.Schema
XmlSchemaExeption
Add member Public XmlSchemaExecption();
Add member Public XmlSchemaExecption(string s);
System.Xml.Serialization
XmlArrayItemAttribute
Add member public bool IsNullableSpecified[get]
XmlRootAttribute
Add member public bool IsNullableSpecified[get]
Dennis