System.configuration net配置信息
System.Configuration.ConfigurationSettings.Appsettings["key"] 读配置
System.Data 数据访问
System.Net 提供网络编程的一些类
System.Net.IPAddress IP地址类
System.Net.IPEndPoint IP地址/端口组合
System.Net.Sockets 网络套接字
System.Xml xml文档操作
System.Web
System.Drawing 图形
System.Diagnostics 使你能够与系统进程,事件日志和性能计算器进行交互。
System.Diagnostics.EventLog 提供在网络上写入事件日志、读取事件日志项以信创建和删除日志与事件源的功能。
System.Diagnostics.Process 监视整个网络的系统以及启动和停止本地系统进程。
System.Diagnostics.PerformanceCounter 监视系统性能,
System.Diagnostics.PerformanceCounterCategory提供新建自定义计数器和类别的方式
System.Diagnostics.Trace
System.Runtime.InteropServices
System.ComponentModel
System.Security.Cryptography 数据加密
System.Reflection 组件引用
Microsoft.Win32.Registry 包含所有访问基本注册表关键字名所需要的基类如:Current_User,Local_Machine
Microsoft.Win32.RegistryKey 包含查询和修改注册表关键字和数据需要的类和方法。如OpenSubKey()
System.Text.RegularExpressions 正则表达式
System.Web.UI.Page.RegisterStartupScript(key,script):在Web窗体的结尾外(在</form>标识之前)发送脚本块。
System.Web.UI.Page.RegisterClientScriptBlock(key,script):在Web窗体的开始处(紧接着<form runat="server">标识之后)发送脚本块。
System.Web.UI.Control 继承此类的控件发送到客户端不会有对应的html标记
System.web.ui.WebControl 继承此类的控件发送到客户端会有相应的html标记