Property | Type | Description | |
---|---|---|---|
Filename | string |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Open ( string filePath ) : void |
public ConfigFile ( string filePath = null ) : System | ||
filePath | string | |
return | System |
public GetBoolValue ( string key, bool defaultValue ) : bool | ||
key | string | |
defaultValue | bool | |
return | bool |
public GetInt64Value ( string key, System.Int64 defaultValue ) : System.Int64 | ||
key | string | |
defaultValue | System.Int64 | |
return | System.Int64 |
public GetIntValue ( string key, int defaultValue ) : int | ||
key | string | |
defaultValue | int | |
return | int |
public GetStringArrayValue ( string key, string defaultValue = null ) : string[] | ||
key | string | |
defaultValue | string | |
return | string[] |
public GetStringValue ( string key, string defaultValue = null ) : string | ||
key | string | |
defaultValue | string | |
return | string |
public GetUInt64Value ( string key, System.UInt64 defaultValue ) : System.UInt64 | ||
key | string | |
defaultValue | System.UInt64 | |
return | System.UInt64 |