Click or drag to resize

ConfigurationFile Constructor

Initializes a new instance of ConfigurationFile.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public ConfigurationFile(
	ConfigurationFileType type,
	int orderIndex,
	string path
)

Parameters

type
Type: Mastersign.BenchConfigurationFileType
The kind of file
orderIndex
Type: SystemInt32
A number describing the load order of the configuration files
path
Type: SystemString
The absolute path of the configuration file
See Also