Method | Description | |
---|---|---|
GetSection ( string sectionName ) : string>.Dictionary |
Get all the Values for a section
|
|
GetValue ( string sectionName, string key ) : string |
Get a specific value from the .ini file
|
|
IniFileManager ( ) : System.Collections.Generic | ||
IniFileManager ( string filename ) : System.Collections.Generic | ||
Load ( string filename ) : bool |
Load an .INI File
|
|
Save ( string filename ) : bool |
Save the content of this class to an INI File
|
|
SetSection ( string sectionName, string>.IDictionary |
Set an entire sections values
|
|
SetValue ( string sectionName, string key, string value ) : void |
Set a specific value in a section
|
public GetSection ( string sectionName ) : string>.Dictionary |
||
sectionName | string | |
return | string>.Dictionary |
public GetValue ( string sectionName, string key ) : string | ||
sectionName | string | |
key | string | |
return | string |
public IniFileManager ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public IniFileManager ( string filename ) : System.Collections.Generic | ||
filename | string | |
return | System.Collections.Generic |
public SetSection ( string sectionName, string>.IDictionary |
||
sectionName | string | |
sectionValues | string>.IDictionary | |
return | void |
public SetValue ( string sectionName, string key, string value ) : void | ||
sectionName | string | |
key | string | |
value | string | |
return | void |