메소드 | 설명 | |
---|---|---|
Configuration ( ) : System.Collections.Generic | ||
GetIntValue ( string p_key, int p_default ) : int | ||
GetValue ( string p_key ) : string | ||
GetValue ( string p_key, string p_default ) : string | ||
Load ( string p_config ) : void | ||
Save ( string p_config ) : void |
public Configuration ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public GetIntValue ( string p_key, int p_default ) : int | ||
p_key | string | |
p_default | int | |
리턴 | int |
public GetValue ( string p_key, string p_default ) : string | ||
p_key | string | |
p_default | string | |
리턴 | string |