TG.INI Namespace

TG.INI

TG.INI Namespace

The TG.INI namespace contains all the classes needed to create, read and modify .ini formatted files.
Classes
  ClassDescription
Public classEnumExtensions
Extensions for enums.
Public classIniComment
This class represents a INI comment line.
Public classIniConfigurationT
Public classIniDocument
Represents an INI file structure.
Public classIniEntry
This is the base class that represents an INI entry.
Public classIniKeyValue
This class represents a key/value line. Ex. Year=2015
Public classIniSection
This class represents a section of INI.
Public classIniWhiteSpace
Public classSectionCollection
A collection to store IniSection.
Enumerations
  EnumerationDescription
Public enumerationEditorPrivileges
Defines the privileges
Public enumerationEntryTypes
Represents the type of entry the line is within an INI file.