IniDocument Methods

TG.INI

IniDocument Methods

The IniDocument type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones the current IniDocument and creates a new instance.
Public methodDispose
Disposes the document.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetKeyValue(String)
Navigates to a section and looks for a key from the path.
Public methodGetKeyValue(String, Boolean)
Navigates to a section and looks for a key from the path.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse(String)
Parses an INI string.
Public methodStatic memberParse(String, IEncryptionHandler)
Parses an INI string.
Public methodRead(Stream)
Reads an INI file from a stream and parses the data.
Public methodRead(TextReader)
Reads an INI file and parses the data.
Public methodRead(String)
Reads an INI file and parses the data.
Public methodShowEditor
Shows the IniEditor window for the current IniDocument.
Public methodShowEditor(EditorPrivileges)
Shows the IniEditor window for the current IniDocument.
Public methodToString
Returns the INI data as string.
(Overrides ObjectToString.)
Public methodWrite(Stream)
Writes the content of IniDocument to a Stream.
Public methodWrite(TextWriter)
Writes the content of IniDocument to a TextWriter.
Public methodWrite(String)
Writes the content of IniDocument to a file./>.
Top
See Also