TG.INI
![]() | IniDocument Methods |
The IniDocument type exposes the following members.

Name | Description | |
---|---|---|
![]() | Clone |
Clones the current IniDocument and creates a new instance.
|
![]() | Dispose |
Disposes the document.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetKeyValue(String) |
Navigates to a section and looks for a key from the path.
|
![]() | GetKeyValue(String, Boolean) |
Navigates to a section and looks for a key from the path.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Parse(String) |
Parses an INI string.
|
![]() ![]() | Parse(String, IEncryptionHandler) |
Parses an INI string.
|
![]() | Read(Stream) |
Reads an INI file from a stream and parses the data.
|
![]() | Read(TextReader) |
Reads an INI file and parses the data.
|
![]() | Read(String) |
Reads an INI file and parses the data.
|
![]() | ShowEditor |
Shows the IniEditor window for the current IniDocument.
|
![]() | ShowEditor(EditorPrivileges) |
Shows the IniEditor window for the current IniDocument.
|
![]() | ToString |
Returns the INI data as string.
(Overrides ObjectToString.) |
![]() | Write(Stream) |
Writes the content of IniDocument to a Stream.
|
![]() | Write(TextWriter) |
Writes the content of IniDocument to a TextWriter.
|
![]() | Write(String) |
Writes the content of IniDocument to a file./>.
|
