Loads the IniFile from the specified file.
Namespace: System.Extensions.IOAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public void Load( string fileName ) |
Visual Basic |
---|
Public Sub Load ( fileName As String ) |
Visual C++ |
---|
public: void Load( String^ fileName ) |
F# |
---|
member Load : fileName : string -> unit |
Parameters
- fileName
- Type: System..::..String
The location of the INI file to load.