TG.INI
IniDocument Constructor (String) |
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 )
Public Sub New ( path As String )
public: IniDocument( String^ path )
new : path : string -> IniDocument
Parameters
- path
- Type: SystemString
The path to an INI file.
See Also