nedcomp hosting homepage

Producten en diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

.NET Framework Class Library  

System.Configuration Namespace

The System.Configuration namespace provides classes and interfaces that allow you to programmatically access .NET Framework configuration settings and handle errors in configuration files (.config files).

Namespace hierarchy

Classes

Class Description
AppSettingsReader Provides a method for reading values of a particular type from the .config file.
ConfigurationException The exception that is thrown when an error occurs in a configuration setting.
ConfigurationSettings Provides access to configuration settings in a specified configuration section. This class cannot be inherited.
DictionarySectionHandler Reads key-value pair configuration information for a configuration section.
IgnoreSectionHandler Provides a section handler definition for configuration sections read and handled by systems other than System.Configuration.
NameValueSectionHandler Provides name-value pair configuration information from a configuration section.
SingleTagSectionHandler

Interfaces

Interface Description
IConfigurationSectionHandler Defines the contract that all configuration section handlers must implement in order to participate in the resolution of configuration settings.

See Also

.NET Framework Class Library