Click or drag to resize

DeviceClass Constructor (Guid, IntPtr, 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,
	IntPtr hwndParent,
	ILogger logger
)

Parameters

classGuid
Type: SystemGuid
A device class Guid.
hwndParent
Type: SystemIntPtr
The handle of the top-level window to be used for any user interface or IntPtr.Zero for no handle.
logger
Type: ILogger
Logger.
See Also