System:根空间,包含一些基本的类库
System.Collections:主要是和
集合类相关的类库
System.Collections.Generic:
泛型集合的类库空间
System.Data:
数据处理类库空间
System.Data.Odbc:以ODBC连接数据库的空间
System.Data.OracleClient:连接Oracle的类库空间
System.Diagnostics:主要用于应用程序的诊断
System.Drawing:主要用于回吐的空间
System.Drawing.Drawing2D:专注于2D绘图的类库
System.Drawing.Printing:主要用于绘图打印的类库
System.Environment:获得心痛参数信息类库
System.IO:输入输出类库
System.IO.Compression:负责输入输出压缩解压的类库
System.IO.Ports:端口相关的类库
System.Net:网络应用类库
System.Reflection:反射相关的类库
System.Runtime.Interop
Services:运行时互调用类库空间
System.Runtime.Remoting:
远程调用的类库空间
System.Security:安全相关的类库空间
System.Threading:
线程相关的类库空间
System.Web:Web相关类库空间
Syetem.Windows.Forms:窗体相关的类库空间
System.Xml:
XML文件处理相关的类库空间