Click or drag to resize

PropertiesLoad Method

Loads properties from supplied path.

Namespace:  OBCOM.NetSwitchLib.Utils
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void Load(
	string path
)

Parameters

path
Type: SystemString
The complete path to a Java Properties file.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null or empty.
ArgumentExceptionpath is invalid.
IOException An I/O error occurs while reading the properties.
See Also