System.Configuration Namespaces

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include XNA Framework Members

Include Portable Class Library Members

The System.Configuration namespaces contain types for handling configuration data, such as data in machine or application configuration files. Child namespaces contain types that are used to configure an assembly, to write custom installers for components, and to support a pluggable model for adding functionality to, or removing functionality from, both client and server applications.

Namespaces

Namespace Description
System.Configuration The System.Configuration namespace contains the types that provide the programming model for handling configuration data.
System.Configuration.Assemblies The System.Configuration.Assemblies namespace contains classes that are used to configure an assembly.
System.Configuration.Install The System.Configuration.Install namespace provides classes that allow you to write custom installers for your own components. The Installer class is the base class for all custom installers in the.NET Framework.
System.Configuration.Internal The System.Configuration.Internal namespace contains configuration types that are intended for internal use only.
System.Configuration.Provider The System.Configuration.Provider namespace contains the base classes shared by both server and client applications to support a pluggable model to easily add or remove functionality.