IniDocument Constructor (String, IEncryptionHandler)

TG.INI

IniDocument Constructor (String, IEncryptionHandler)

Initializes a new instance of IniDocument then reads from a path.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniDocument(
	string path,
	IEncryptionHandler encryptionHandler
)
Public Sub New ( 
	path As String,
	encryptionHandler As IEncryptionHandler
)
public:
IniDocument(
	String^ path, 
	IEncryptionHandler^ encryptionHandler
)
new : 
        path : string * 
        encryptionHandler : IEncryptionHandler -> IniDocument

Parameters

path
Type: SystemString
The path to an INI file.
encryptionHandler
Type: TG.INI.EncryptionIEncryptionHandler
The IEncryptionHandler to user for decrypting values.
See Also