C# Class TabMon.CounterConfig.CounterConfigReaderFactory

Handles creation of instances of ICounterConfigReader.
ファイルを表示 Open project: tableau/TabMon Class Usage Examples

Public Methods

Method Description
CreateConfigReader ( string configReaderType ) : ICounterConfigReader

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

Method Details

CreateConfigReader() public static method

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.
return ICounterConfigReader