Метод | Описание | |
---|---|---|
IniConfigSource ( ) : System | ||
IniConfigSource ( |
||
IniConfigSource ( Stream stream ) : System | ||
IniConfigSource ( |
||
IniConfigSource ( string filePath ) : System | ||
Load ( |
||
Load ( Stream stream ) : void | ||
Load ( |
||
Load ( string filePath ) : void | ||
Reload ( ) : void | ||
Save ( ) : void | ||
Save ( Stream stream ) : void | ||
Save ( |
||
Save ( string path ) : void | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
IsSavable ( ) : bool |
Returns true if this instance is savable.
|
|
Load ( ) : void |
Loads the configuration file.
|
|
MergeConfigsIntoDocument ( ) : void |
Merges all of the configs from the config collection into the IniDocument before it is saved.
|
|
MergeDocumentIntoConfigs ( ) : void |
Merges the IniDocument into the Configs when the document is reloaded.
|
|
RemoveConfigKeys ( IConfig config ) : void |
Removes all INI keys that were removed as config keys.
|
|
RemoveConfigs ( ) : void |
Removes all configs that are not in the newly loaded INI doc.
|
|
RemoveKeys ( string sectionName ) : void |
Removes all INI keys that were removed as config keys.
|
|
RemoveSections ( ) : void |
Removes all INI sections that were removed as configs.
|
public IniConfigSource ( |
||
document | ||
Результат | System |
public IniConfigSource ( Stream stream ) : System | ||
stream | Stream | |
Результат | System |
public IniConfigSource ( |
||
reader | ||
Результат | System |
public IniConfigSource ( string filePath ) : System | ||
filePath | string | |
Результат | System |
public Load ( |
||
document | ||
Результат | void |
public Load ( |
||
reader | ||
Результат | void |
public Save ( |
||
writer | ||
Результат | void |