TG.INI Namespace
From TG.INI
TG.INI
TG.INI Namespace |
The TG.INI namespace contains all the classes needed to create, read and modify .ini formatted files.
| Class | Description | |
|---|---|---|
| EnumExtensions |
Extensions for enums.
| |
| IniComment |
This class represents a INI comment line.
| |
| IniConfigurationT | ||
| IniDocument |
Represents an INI file structure.
| |
| IniEntry |
This is the base class that represents an INI entry.
| |
| IniKeyValue |
This class represents a key/value line. Ex. Year=2015
| |
| IniSection |
This class represents a section of INI.
| |
| IniWhiteSpace | ||
| SectionCollection |
A collection to store IniSection.
|
| Enumeration | Description | |
|---|---|---|
| EditorPrivileges |
Defines the privileges
| |
| EntryTypes |
Represents the type of entry the line is within an INI file.
|