Click or drag to resize

DeviceConfigManagerFromXmlFile Method

Initializes this instance from the given XML file.

Namespace:  Rubedos.Viper.Net
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public void FromXmlFile(
	string fileName
)

Parameters

fileName
Type: SystemString
Filename of the file.
See Also