프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Filename | string |
메소드 | 설명 | |
---|---|---|
ConfigFile ( string filePath = null ) : System | ||
GetBoolValue ( string key, bool defaultValue ) : bool | ||
GetInt64Value ( string key, System.Int64 defaultValue ) : System.Int64 | ||
GetIntValue ( string key, int defaultValue ) : int | ||
GetStringArrayValue ( string key, string defaultValue = null ) : string[] | ||
GetStringValue ( string key, string defaultValue = null ) : string | ||
GetUInt64Value ( string key, System.UInt64 defaultValue ) : System.UInt64 | ||
this ( string Param ) : string |
메소드 | 설명 | |
---|---|---|
Open ( string filePath ) : void |
public GetBoolValue ( string key, bool defaultValue ) : bool | ||
key | string | |
defaultValue | bool | |
리턴 | bool |
public GetInt64Value ( string key, System.Int64 defaultValue ) : System.Int64 | ||
key | string | |
defaultValue | System.Int64 | |
리턴 | System.Int64 |
public GetIntValue ( string key, int defaultValue ) : int | ||
key | string | |
defaultValue | int | |
리턴 | int |
public GetStringArrayValue ( string key, string defaultValue = null ) : string[] | ||
key | string | |
defaultValue | string | |
리턴 | string[] |
public GetStringValue ( string key, string defaultValue = null ) : string | ||
key | string | |
defaultValue | string | |
리턴 | string |
public GetUInt64Value ( string key, System.UInt64 defaultValue ) : System.UInt64 | ||
key | string | |
defaultValue | System.UInt64 | |
리턴 | System.UInt64 |