Click or drag to resize

DeviceClassDispose Method (Boolean)

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

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Namespace:  UsbEject
Assembly:  UsbEject (in UsbEject.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also