[AccessD] OT: .NET Framework Compact Reference

Shamil Salakhetdinov shamil at users.mns.ru
Sat May 20 06:53:48 CDT 2006


Yes, Martin, it looks not bad but still I'm looking for something more dense 
as in my sample below...

Shamil

----- Original Message ----- 
From: "Martin Reid" <mwp.reid at qub.ac.uk>
To: "Access Developers discussion and problem solving" 
<accessd at databaseadvisors.com>
Sent: Saturday, May 20, 2006 3:34 PM
Subject: Re: [AccessD] OT: .NET Framework Compact Reference


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





More information about the AccessD mailing list