프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Items | string>.Dictionary |
메소드 | 설명 | |
---|---|---|
GetValue ( string Name ) : string |
Method for returning the string value of a settings item
|
|
GetValue ( string Name, string DefaultValue ) : string |
Method for returning the string value of a settings item
|
|
ItemCount ( ) : int |
Returns the number of found settings
|
|
Save ( ) : void |
Saves the current settings to the Server Settings file
|
|
ServerSettings ( string FileName ) : System |
Constructor
|
|
SetValue ( string Name, string Value ) : void |
Sets the value for a settings item
|
public GetValue ( string Name ) : string | ||
Name | string | The name of the config item |
리턴 | string |
public GetValue ( string Name, string DefaultValue ) : string | ||
Name | string | The name of the config item |
DefaultValue | string | The default value to return if the item doesnt exist |
리턴 | string |
public ServerSettings ( string FileName ) : System | ||
FileName | string | The full path to the settings.con file |
리턴 | System |
public SetValue ( string Name, string Value ) : void | ||
Name | string | Item Name |
Value | string | String value of the item |
리턴 | void |