欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 健康 > 美食 > vb.net常用命名空间

vb.net常用命名空间

2025/7/13 13:20:16 来源:https://blog.csdn.net/wgxds/article/details/144167625  浏览:    关键词:vb.net常用命名空间

.NET的命名空间分为两个主要部分。一个是与微软程序语言相关的microsoft,一个是与操作系统相关的system,其中system主要分为应用程序类的命名空间和WEB程序类的命名空间两部分。

下面是常见的命名空间:
Microsoft.VisualBasic 包含VB.NET的RUNTIME和编译运行VB程序必要的类
Microsoft.Win32
System
System.CodeDom
System.CodeDom.Compiler
System.Collections 提供各种对象集合的接口和类,很重要
System.Collections.Specialized
System.ComponentModel
System.ComponentModel.Design
System.ComponentModel.Design.Serialization

System.Configuration
System.Configuration.Assemblies
System.Data 它是整个ADO.NET的命名空间
System.Data.Common
System.Data.OleDb
System.Data.SqlClient
System.Data.SqlTypes
System.Diagnostics 它包含一些类,可以处理系统进程
System.Diagnostics.SymbolStore
System.DirectoryServices
System.Drawing 它定义了GDI+的功能,提供作图的各种功能
System.Drawing.Design
System.Drawing.Drawing2D
System.Drawing.Imaging
System.Drawing.Printing
System.Drawing.Text
System.Globalization
System.IO 提供了输入输出流的功能
System.IO.IsolatedStorage
System.Messaging
System.Messaging.Design
System.Net 封装了与互联网通行有关的协议
System.Net.Sockets
System.Reflection
System.Reflection.Emit
System.Resources
System.Runtime.CompilerServices
System.Runtime.InteropServices
System.Runtime.InteropServices.Expando
System.Runtime.Remoting
System.Runtime.Remoting.Activation
System.Runtime.Remoting.Channels
System.Runtime.Remoting.Contexts
System.Runtime.Remoting.Lifetime
System.Runtime.Remoting.Messaging
System.Runtime.Remoting.Metadata
System.Runtime.Remoting.Metadata.W3cXsd2001
System.Runtime.Remoting.Proxies
System.Runtime.Remoting.Services
System.Runtime.Serialization
System.Runtime.Serialization.Formatters
System.Runtime.Serialization.Formatters.Binary
System.Security
System.Security.Cryptography
System.Security.Cryptography.X509Certificates
System.Security.Permissions
System.Security.Policy
System.Security.Principal
System.Text
System.Text.RegularExpressions
System.Threading 与线程相关的类的功能
System.Timers
System.Web
System.Web.Caching
System.Web.Configuration
System.Web.Handlers
System.Web.Hosting
System.Web.Mail
System.Web.Security
System.Web.SessionState
System.Web.UI 包含各种类,可以产生WEB程序的控件和网页
System.Web.UI.HtmlControls
System.Web.UI.WebControls
System.Web.Util
System.Windows.Forms 包含各种类,可以生产windows下各种应用程序,控件,可视化组件等
System.Windows.Forms.ComponentModel.Com2Interop
System.Windows.Forms.Design
System.Windows.Forms.PropertyGridInternal
System.Xml 提供处理XML标准架构的支持
System.Xml.Schema
System.Xml.Serialization
System.Xml.XPath
System.Xml.Xsl

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

热搜词