zoukankan      html  css  js  c++  java
  • [转]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枚举,

  • 相关阅读:
    设计模式 -- 中介者设计模式 (Mediator Pattern)
    java.lang.IllegalArgumentException: View not attached to window manager
    项目中处理android 6.0权限管理问题
    Python File.readlines() 方法
    notepad++快捷键
    ora-00054:resource busy and acquire with NOWAIT specified
    空格和TAB键混用错误:IndentationError: unindent does not match any outer indentation level
    Notepad++编辑Pyhton文件的自动缩进的问题(图文)
    echoawksed eecurl的使用-shell
    python正则表达式
  • 原文地址:https://www.cnblogs.com/ok519/p/1694565.html
Copyright © 2011-2022 走看看