C# 클래스 TabMon.CounterConfig.CounterConfigReaderFactory

Handles creation of instances of ICounterConfigReader.
파일 보기 프로젝트 열기: tableau/TabMon 1 사용 예제들

공개 메소드들

메소드 설명
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