The IniFile type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetEnumerator |
Gets an enumerator to traverse the sections in this IniFile.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Load(Stream) | |
![]() |
Load(TextReader) |
Loads the IniFile from the specified TextReader.
|
![]() |
Load(String) |
Loads the IniFile from the specified file.
|
![]() |
Save(Stream) | |
![]() |
Save(TextWriter) |
Saves the IniFile to the specified TextWriter.
|
![]() |
Save(String) |
Saves the IniFile to the file.
|
![]() |
ToString |
Returns the string representation of this IniFile.
(Overrides Object..::..ToString()()()().) |
Extension Methods
Name | Description | |
---|---|---|
![]() |
IsNullOrDBNull | (Defined by ObjectExtensions.) |
Properties
Name | Description | |
---|---|---|
![]() |
IsDirty |
Gets a value indicating whether this IniFile is dirty.
|
![]() |
Item |
Gets the IniFileSection with a given name.
|
![]() |
Sections |
Gets the IniFileSectionCollection of sections contained in this file.
|