Click or drag to resize

USBDeviceDispose Method (Boolean)

Disposes the object

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Indicates whether Dispose was called manually (true) or by the garbage collector (false) via the destructor.
See Also