C# Класс TabMon.CounterConfig.CounterConfigReaderFactory

Handles creation of instances of ICounterConfigReader.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateConfigReader ( string configReaderType ) : ICounterConfigReader

Given the name of a config reader, news up an instance of the appropriate type.

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

CreateConfigReader() публичный статический Метод

Given the name of a config reader, news up an instance of the appropriate type.
public static CreateConfigReader ( string configReaderType ) : ICounterConfigReader
configReaderType string The name of the config reader to instantiate.
Результат ICounterConfigReader