IniFileIO Documentation
IniFileIO
Table of contents
-
Introduction
-
Change Log
-
Usage Example
-
IniFileIO
-
IniFile Class
-
IniFile Constructor
-
IniFile Properties
-
FileName Property
-
KeyNameWhitespaceLiteral Property
-
KeyValueWhitespaceLiteral Property
-
Sections Property
-
IniFile Methods
-
AddKey Method
-
AddKey Method (String, IniFile.Key)
-
AddKey Method (String, String, String, String, Int32)
-
AddSection Method
-
AddSection Method (IniFile.Section)
-
AddSection Method (String, String, Int32)
-
CreateFromString Method
-
DeleteKey Method
-
DeleteSection Method
-
DeleteSectionKeys Method
-
GetAllKeys Method
-
GetAllKeysWithAName Method
-
GetAllKeysWithAValue Method
-
GetAllSections Method
-
GetCommentOutput Method
-
GetKey Method
-
GetKeyComments Method
-
GetKeyOrder Method
-
GetKeyOutput Method
-
GetKeyValue Method
-
GetKeyValue Method (String, String, String)
-
GetKeyValue Method (IniFile.Section, String, String)
-
GetOutputString Method
-
GetOutputString Method (Boolean)
-
GetOutputString Method (List(IniFile.Section), Boolean, Boolean)
-
GetSection Method
-
GetSectionComments Method
-
GetSectionKeys Method
-
GetSectionOrder Method
-
GetSectionOutput Method
-
KeyHasData Method
-
KeyNameCount Method
-
KeyNameExists Method
-
MakeKey Method
-
MakeSection Method
-
ReadFile Method
-
SaveFile Method
-
SectionHasData Method
-
SectionNameCount Method
-
SectionNameExists Method
-
SectionToDictionary Method
-
SectionToKeyValuePair Method
-
SetKeyData Method
-
SetSectionData Method
-
ToDictionary Method
-
ToKeyValuePair Method
-
IniFile Fields
-
_nameWhitespaceLiteral Field
-
_sections Field
-
_valueWhitespaceLiteral Field
-
COMMENT Field
-
KEY_VALUE_SEPARATOR Field
-
SECTION_BEGIN Field
-
SECTION_END Field
-
IniFile.Key Structure
-
Key Methods
-
Key Fields
-
Comments Field
-
Name Field
-
Order Field
-
Value Field
-
IniFile.Section Structure
-
Section Methods
-
Section Fields
-
Comments Field
-
Keys Field
-
Name Field
-
Order Field