| ConfigurationFile Constructor |
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
)
Public Sub New (
type As ConfigurationFileType,
orderIndex As Integer,
path As String
)
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