IniFile Members

tikumo.regis3

IniFile Members regdiff Code Documentation

The IniFile type exposes the following members.

Constructors

  NameDescription
Public methodIniFile
The default constructor creates an empty .INI file
Back to Top
Methods

  NameDescription
Public methodRead
Read the contents of an .INI file
Public methodToString
Create a string description of this instance
(Inherited from IniFileSection.)
Back to Top
Fields

  NameDescription
Public fieldEntries
List of entries in this section.
(Inherited from IniFileSection.)
Public fieldParent
Parent section or null if this is the root section
(Inherited from IniFileSection.)
Public fieldSections
List of child sections. Can be empty for flat files
(Inherited from IniFileSection.)
Back to Top
Properties

  NameDescription
Public propertyName
Name of this section
(Inherited from IniFileSection.)
Back to Top
See Also