C# 클래스 POLConfig.POLConfigFile

파일 보기 프로젝트 열기: polserver/poltools

공개 메소드들

메소드 설명
DumpConfigStream ( TextWriter stream ) : void
FindConfigElem ( string elem_name ) : void
GetConfigIntKeys ( ) : int[]
GetConfigMaxIntKey ( ) : int
GetConfigStringKeys ( ) : string[]
POLConfigFile ( string path ) : System
POLConfigFile ( string path, FlagOpts flags ) : System
ReadConfigFile ( ) : bool
SplitLine ( string line, string &propname, string &value, string &comment ) : bool

비공개 메소드들

메소드 설명
IsComment ( string line ) : bool

메소드 상세

DumpConfigStream() 공개 메소드

public DumpConfigStream ( TextWriter stream ) : void
stream System.IO.TextWriter
리턴 void

FindConfigElem() 공개 메소드

public FindConfigElem ( string elem_name ) : void
elem_name string
리턴 void

GetConfigIntKeys() 공개 메소드

public GetConfigIntKeys ( ) : int[]
리턴 int[]

GetConfigMaxIntKey() 공개 메소드

public GetConfigMaxIntKey ( ) : int
리턴 int

GetConfigStringKeys() 공개 메소드

public GetConfigStringKeys ( ) : string[]
리턴 string[]

POLConfigFile() 공개 메소드

public POLConfigFile ( string path ) : System
path string
리턴 System

POLConfigFile() 공개 메소드

public POLConfigFile ( string path, FlagOpts flags ) : System
path string
flags FlagOpts
리턴 System

ReadConfigFile() 공개 메소드

public ReadConfigFile ( ) : bool
리턴 bool

SplitLine() 정적인 공개 메소드

static public SplitLine ( string line, string &propname, string &value, string &comment ) : bool
line string
propname string
value string
comment string
리턴 bool