Click or drag to resize

INIReaderInstance Method (String)

Get instance of the "ini"-reader singleton and load the "ini"-file from the given path if not already done.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static INIReader Instance(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Karamba.Utilities.INIReader.Instance(System.String)"]

Return Value

Type: INIReader

[Missing <returns> documentation for "M:Karamba.Utilities.INIReader.Instance(System.String)"]

See Also