IniDocument Constructor
From TG.INI
TG.INI
IniDocument Constructor |
| Name | Description | |
|---|---|---|
| IniDocument |
Initializes a new IniDocument.
| |
| IniDocument(Stream) |
Initializes a new instance of IniDocument then reads from a stream.
| |
| IniDocument(Object) |
Initializes a new instance of IniDocument and deserializes the provided object.
| |
| IniDocument(String) |
Initializes a new instance of IniDocument then reads from a path.
| |
| IniDocument(IEncryptionHandler) |
Initializes a new instance of IniDocument with a designated IEncryptionHandler.
| |
| IniDocument(Stream, IEncryptionHandler) |
Initializes a new instance of IniDocument then reads from a stream.
| |
| IniDocument(String, IEncryptionHandler) |
Initializes a new instance of IniDocument then reads from a path.
|