Interface for basic operations to read .NET application configuration information.
For a list of all members of this type, see IConfigurationReader Members .
Type | Description |
---|---|
DefaultConfigurationReader | Implementation of IConfigurationReader that uses the standard .NET configuration APIs, ConfigurationSettings in 1.x and ConfigurationManager in 2.0 |
Provides a simple abstraction to handle BCL API differences between .NET 1.x and 2.0. Also useful for testing scenarios.
Namespace: Common.Logging
Assembly: Common.Logging (in Common.Logging.dll)
IConfigurationReader Members | Common.Logging Namespace