我对客户端配置文件预览的理解是,它是 .NET 的精简版本,专注于满足客户端应用程序的需求。

然而,了解其中包含什么和排除什么会很有用?有人知道吗?

有帮助吗?

解决方案

这是包含的程序集的列表 BCL 团队博客@MSDN:

BCL、“核心 FX”和 LINQ

* CustomMarshalers
* ISymWrapper
* mscorlib
* sysglobl
* System
* System.AddIn
* System.AddIn.Contract
* System.Configuration
* System.Configuration.Install
* System.Core
* System.Security

Visual Basic 和 Visual C++ 语言支持

* Microsoft.VisualBasic
* Microsoft.VisualC

XML

* System.Xml
* System.Xml.Linq

Windows 窗体

* Accessibility
* System.Drawing
* System.Windows.Forms

WPF

* PresentationCore
* PresentationFramework
* PresentationFramework.Aero
* PresentationFramework.Classic
* PresentationFramework.Luna
* PresentationFramework.Royale
* PresentationUI
* ReachFramework
* System.Printing
* System.Windows.Presentation
* UIAutomationClient
* UIAutomationClientsideProviders
* UIAutomationProvider
* UIAutomationTypes
* WindowsBase
* WindowsFormsIntegration

单击一次

* System.Deployment

WCF、Web 服务、远程处理和序列化

* System.IdentityModel
* System.Runtime.Remoting
* System.Runtime.Serialization
* System.Runtime.Serialization.Formatters.Soap
* System.ServiceModel
* System.ServiceModel.Web
* System.ServiceModel.Install
* System.Transactions
* System.Web.Services

数据存取

* System.Data
* System.Data.SqlXml
* System.Data.DataSetExtensions
* System.Data.Services.Client

点对点

* System.Net

Active Directory 和企业服务

* System.DirectoryServices
* System.EnterpriseServices
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top