Click or drag to resize

HardwareConfiguration Constructor

Initializes a new instance of the HardwareConfiguration class.

Namespace:  LynceeTec.Eucalyptus
Assembly:  LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 8.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:23 UTC
Syntax
public HardwareConfiguration(
	string databasePath,
	string driversPath
)

Parameters

databasePath
Type: SystemString
The full path to the database.
driversPath
Type: SystemString
The full path to the folder containing all drivers.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if a path is null.
InvalidHardwareConfigurationExceptionThrown if the path to the database does not exist.
ArgumentNullExceptionThrown if databasePath or driversPath is null
See Also