The IniFile type exposes the following members.
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.) |