Click or drag to resize

DeviceClass Constructor (Guid, ILogger)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the DeviceClass class.

Namespace:  UsbEject
Assembly:  UsbEject (in UsbEject.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
protected DeviceClass(
	Guid classGuid,
	ILogger logger
)

Parameters

classGuid
Type: SystemGuid
A device class Guid.
logger
Type: ILogger
Logger.
See Also