Click or drag to resize

IniParserLoadOptionsFromIni Method

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Loads the options from ini.

Namespace:  Furcadia.Net.DirectConnection
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public ClientOptions LoadOptionsFromIni(
	string IniFile
)

Parameters

IniFile
Type: SystemString
The ini file.

Return Value

Type: ClientOptions

[Missing <returns> documentation for "M:Furcadia.Net.DirectConnection.IniParser.LoadOptionsFromIni(System.String)"]

See Also