C# Class TabMon.CounterConfig.CounterConfigReaderFactory

Handles creation of instances of ICounterConfigReader.
Afficher le fichier Open project: tableau/TabMon Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat ICounterConfigReader