IniFile Members | regdiff Code Documentation |
The IniFile type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | IniFile |
The default constructor creates an empty .INI file
|
Methods
Name | Description | |
---|---|---|
![]() | Read |
Read the contents of an .INI file
|
![]() | ToString |
Create a string description of this instance
(Inherited from IniFileSection.) |
Fields
Name | Description | |
---|---|---|
![]() | Entries |
List of entries in this section.
(Inherited from IniFileSection.) |
![]() | Parent |
Parent section or null if this is the root section
(Inherited from IniFileSection.) |
![]() | Sections |
List of child sections. Can be empty for flat files
(Inherited from IniFileSection.) |
Properties
Name | Description | |
---|---|---|
![]() | Name |
Name of this section
(Inherited from IniFileSection.) |
See Also