Martin Reid
mwp.reid at qub.ac.uk
Sat May 20 06:34:00 CDT 2006
THis sort of thing
http://msdn2.microsoft.com/en-us/library/ms306608.aspx
Martin
Martin WP Reid
Training and Assessment Unit
Riddle Hall
Belfast
tel: 02890 974477
________________________________
From: accessd-bounces at databaseadvisors.com on behalf of Shamil Salakhetdinov
Sent: Sat 20/05/2006 09:54
To: !DBA-MAIN
Subject: [AccessD] OT: .NET Framework Compact Reference
Hi All,
Have anybody seen everywhere on .NET something like a .NET Framework Compact
Reference? I mean a very short reference of all/main of its classes in the
form like the following:
public sealed class Path
{
// Fields
public static readonly char AltDirectorySeparatorChar = '/';
public static readonly char DirectorySeparatorChar = '\\';
public static readonly char[] InvalidPathChars = {'\"', '<', '>', '|',
'\0', '\b', (Char)16,
(Char)17, (Char)18,
(Char)20, (Char)21,
(Char)22, (Char)23,
(Char)24, (Char)25 };
public static readonly char PathSeparator = ';';
public static readonly char VolumeSeparatorChar = ':';
// Methods
public static string ChangeExtension (string path,
string extension);
public static string Combine (string path1,
string path2);
public static string GetDirectoryName (string path);
public static string GetExtension (string path);
public static string GetFileName (string path);
public static string GetFileNameWithoutExtension (string path);
public static string GetFullPath (string path);
public static string GetPathRoot (string path);
public static string GetTempFileName ();
public static string GetTempPath ();
public static bool HasExtension (string path);
public static bool IsPathRooted (string path);
}
Thank you.
Shamil
--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com <http://www.databaseadvisors.com/>