2014年7月5日 星期六

命名空間分類

基本類別: 集合、字元、檔案I/O、執行緒.NET命名空間。
<System.Collections>
<System.Collections.Generic>
<System.Collections.IO>
<System.Collections.Text>
<System.Collections.Threading>

資料類別: .NET Framework中用來操作和存取傳統資料來源和標準架構XML資料的命名空間。
<System.Data>
<System.Data.Common>
<System.XML>
<System.Data.OleDb>
<System.Data.SqlClient>
<System.Data.Sql>
<System.Data.SqlTypes>
<Microsoft.SqlServer.Server>
<System.Data.Odbc>
<System.Data.OracleClient>
<System.Transactions>

Web類別: ASP.NET Web應用程式和XML Web Service使用的.NET命名空間。
<System.Web>
<System.Web.UI>
<System.Web.UI.HtmlControls>
<System.Web.UI.WebControls>
<System.Web.Mobile>
<System.Web.UI.MobileControls>
<System.Web.Services>

windows應用程式類別: .NET Framework中在Windows Form建立各種Windows應用程式含圖形的命名空間。
<System.Windows.Forms>
<System.Drawing>
<System.ServiceProcess>

元件模型類別: 實作元件、控制項的執行階段、設計階段行為的命名空間。
<System.ComponentModel>
<System.CodeDOM>

.NET Framework類別庫是由命名空間(Name Space)所組成。

架構服務類別: 各種後端(Back End)伺服器資源互動的命名空間。
<System.Diagnostics>
<System.DirectoryServices>
<System.Deployment.Application>
<System.IO>
<System.Media>
<System.Management>
<System.Messaging>
<System.ServiceProcess>
<System.Timers>

安全性類別: .NET Framework安全性系統的基礎結構並在Web應用程式中實作ASP.NET安全性的命名空間。
<System.Security>
<System.Net.Security>
<System.Web.Security>

網路類別: 將簡單的程式設計介面提供給網路上許多通訊協定的命名空間。
<System.Net>
<System.Net.Cache>
<System.Net.Configuration>
<System.Net.Mail>
<System.Net.Mime>
<System.Net.NetworkInformation>
<System.Net.Sockets>

組態類別: .NET Framework組態設定並處理組態檔中錯誤,以及可寫入元件的自訂安裝程式的命名空間。
<System.Globalization>
<System.Resources>
<System.Resources.Tools>
<System.Text>

全球化和當地語系化類別: .NET Framework中設計來開發全球通用應用程式命名空間的連結。
Reflection類別: 提供載入型別、方法和欄位之Managed檢視,並且能夠動態建立和叫用(Invoke)型別的命名空間。
<System.Reflection>

Visual Basic Run time類別: Visual Basic .NET應用程式之屬性(Property)、函式和常數的模組、列舉型別和屬性(Attribute)。
<Microsoft.VisualBasic>