◆ IniFile()
DracLabs.IniFile.IniFile |
( |
| ) |
|
◆ AddSection()
IniSection DracLabs.IniFile.AddSection |
( |
string | sSection | ) |
|
◆ GetKeyValue()
string DracLabs.IniFile.GetKeyValue |
( |
string | sSection, |
|
|
string | sKey ) |
◆ GetSection()
IniSection DracLabs.IniFile.GetSection |
( |
string | sSection | ) |
|
◆ Load()
void DracLabs.IniFile.Load |
( |
string | sFileName, |
|
|
bool | bMerge = false ) |
◆ RemoveAllSections()
bool DracLabs.IniFile.RemoveAllSections |
( |
| ) |
|
◆ RemoveKey()
bool DracLabs.IniFile.RemoveKey |
( |
string | sSection, |
|
|
string | sKey ) |
◆ RemoveSection() [1/2]
bool DracLabs.IniFile.RemoveSection |
( |
IniSection | Section | ) |
|
◆ RemoveSection() [2/2]
bool DracLabs.IniFile.RemoveSection |
( |
string | sSection | ) |
|
◆ RenameKey()
bool DracLabs.IniFile.RenameKey |
( |
string | sSection, |
|
|
string | sKey, |
|
|
string | sNewKey ) |
◆ RenameSection()
bool DracLabs.IniFile.RenameSection |
( |
string | sSection, |
|
|
string | sNewSection ) |
◆ Save()
void DracLabs.IniFile.Save |
( |
string | sFileName | ) |
|
◆ SetKeyValue()
bool DracLabs.IniFile.SetKeyValue |
( |
string | sSection, |
|
|
string | sKey, |
|
|
string | sValue ) |
◆ SectionList
ArrayList DracLabs.IniFile.SectionList |
|
get |
◆ Sections
System.Collections.ICollection DracLabs.IniFile.Sections |
|
get |
The documentation for this class was generated from the following file:
- D:/a/DirectOutput/DirectOutput/DirectOutput PinballX Plugin/IniFile.cs