.net程序员应该掌握的常用类库

系统类 

Type类,Object类,String类, Arrary类,Console类, Exception类,GC类, MarshalByRefObject类, Math类。

DateTime结构,Guid 结构,

    ICloneable接口,IComparable接口,IConvertible接口, IDisposable类, 

集合类

     ICollection接口,IComparer接口,IDictionary接口。IDictionaryEnumerator接口 ,IEnumerable接口,

      IEnumerator接口,IHashCodeProvider接口,IList接口,

     Stack 类,Queue类 ArraryList类,Hashtable类,SortedList类 CollectionBase类,DictionBase类

     DictionEntry结构。 

输入输出

字节流

  Stream类,BufferedStream类,FileStream类,MemorStream类

二进制I/O流

BinaryReader类,BinaryWriter类。

字符I/O流

     TextReader类,TextWriter类,StreamReader类,StreamWriter类,StringReader类,StringReader类,StringWriter类。

I/O枚举

FileAccess枚举,FileAttributes枚举,FileMode枚举,FileShare枚举。

文件系统操作类

FileSystemInfo类 Directory类,Directoryinfo类 ,File类,Fileinfo类 

反射

应用程序层次结构类

  Assembly类,Module类, 

成员信息类

    Memberinfo类,MethodBase类,ConstructorInfo类,EventInfo类

  MainifestResourceInfo类 Methodinfo类,ParameterInfo类,propertyInfo类 

       SystemReflection的其他成员, 

 Binder类,BindingFlags枚举 IReflect枚举 Pointer类 

文件操作

  Encoding类 ,AscIIEndoing类,UnicodeEncoding类,

 UTF7Encoding类 UTF8Encoding类,Decoder类

 StringBuilder类 

正则表达式

Capture类

CaptureCollection类

Group类

Match类 MatchCollection类

Regex类

RegexOptions枚举

多线程

Thread类,Monitor类,WaitHandle类,Mutex类 ReaderWriterLock类。ThreadPool类,Timeout类,

InterLocked类,

ThreadStart委托,ThreadPriority枚举,ThreadState枚举

原文地址:https://www.cnblogs.com/lizhao/p/1990439.html