了解.Net的命名空间

    技术2022-05-20  33

    要熟悉C#语言,必须了解.Net的命名空间

    Microsoft.CSharp

    包含支持用于C#语言进行编译和代码生成的类

    Microsoft.JScript

    包含支持用于JScript语言进行编译和代码生成的JScript运行库和类

    Microsoft.VisualBasic 

    包含VisualBasic.NET运行库。此运行库与VisualBasic.NET语言一起使用.此命名空间还包含支持用VisualBasic.net语言进行编译和代码生成的类

    Microsoft.Vsa 

    包含将.NET框架脚本引擎的脚本集成到应用程序中以及在运行时编译和执行代码的接口

    Microsoft.Win32

    提供两种类型的类:处理由操作系统引发的事件的类和对系统注册表进行操作的类

    System 

    最重要的类,包含用于定义常用值和引用数据类型、事件和事件处理程序、接口、属性和处理异常的基础类和基类

    System.CodeoDom

    System.CodeDom.Compoler

    System.Collections

    System.Collections.Specialized

    System.ComponentModel

    System.ComponentModel.Design

    System.ComponentModel.Design.Serialization

    System.Configuration

    System.Configuration.Assemblies

    System.Configuration.Install

    System.Data

    System.Data.Common

    System.Data.OleDb

    System.Data.SqlClient

    System.Data.SqlTypes

    System.Diagnostics

    System.Diagnostics.SymbolStore

    System.DirectoryServices

    System.Drawing

    System.Drawing.Design

    System.Drawing.Drawing2D

    System.Drawing.Imaging

    System.Drawing.Printing

    System.Drawing.Text

    System.EnterpriseServices

    System.EnterpriseServices.CompensatingResourceManager

    System.Globalization

    System.IO

    System.IO.IsolatedStorage

    System.Management

    System.Management.Instrumentation

    System.Messaging

    System.Net

    System.Net.Sockets

    System.Reflection

    System.Reflection.Emit 

    System.Resources

    System.Runtime 

    System.Runtime.CompilerServices

    System.Runtime.InteropServices

    System.Runtime.InteropServices.Expando

    System.Runtime.Remoting

    System.Runtime.Remoting.Activation

    System.Runtime.Remoting.Channels

    System.Runtime.Remoting.Channels.Http

    System.Runtime.Remoting.Channels.Tcp

    System.Runtime.Remoting.Contexts

    System.Runtime.Remoting.Lifetime

    System.Runtime.Remoting.Messaging

    System.Runtime.Remoting.Metadata

     

    System.Xml.XPath

    System.Xml.Xsl


    最新回复(0)