C# Класс Common.Logging.Configuration.DefaultConfigurationReader

Implementation of IConfigurationReader that uses the standard .NET configuration APIs, ConfigurationSettings in 1.x and ConfigurationManager in 2.0
Наследование: IConfigurationReader
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetSection ( string sectionName ) : object

Parses the configuration section and returns the resulting object. Using the System.Configuration.ConfigurationManager

Primary purpose of this method is to allow us to parse and load configuration sections using the same API regardless of the .NET framework version.

Описание методов

GetSection() публичный Метод

Parses the configuration section and returns the resulting object. Using the System.Configuration.ConfigurationManager

Primary purpose of this method is to allow us to parse and load configuration sections using the same API regardless of the .NET framework version.

public GetSection ( string sectionName ) : object
sectionName string Name of the configuration section.
Результат object