Click or drag to resize

DiskDeviceClass Constructor (ILoggerFactory)

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

Initializes a new instance of the DiskDeviceClass class.

Namespace:  UsbEject
Assembly:  UsbEject (in UsbEject.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public DiskDeviceClass(
	ILoggerFactory loggerFactory
)

Parameters

loggerFactory
Type: ILoggerFactory
Logger factory.
See Also