C# 클래스 wincollectd.Config

파일 보기 프로젝트 열기: ghetzel/wincollectd 1 사용 예제들

공개 메소드들

메소드 설명
Config ( ) : System
Config ( string filename ) : System
FindOption ( string path ) : ConfigOption
Root ( ) : ConfigSection
SetFilename ( string filename ) : void
instance ( ) : Config

비공개 메소드들

메소드 설명
init ( ) : void

메소드 상세

Config() 공개 메소드

public Config ( ) : System
리턴 System

Config() 공개 메소드

public Config ( string filename ) : System
filename string
리턴 System

FindOption() 공개 메소드

public FindOption ( string path ) : ConfigOption
path string
리턴 ConfigOption

Root() 공개 메소드

public Root ( ) : ConfigSection
리턴 ConfigSection

SetFilename() 공개 메소드

public SetFilename ( string filename ) : void
filename string
리턴 void

instance() 공개 정적인 메소드

public static instance ( ) : Config
리턴 Config