LibUsbDotNet 2.2.8
Exit Method
Library Reference ► LibUsbDotNet ► UsbDevice ► Exit()()()()
|
![]() |
De-initializes the USB driver.

C# | Visual Basic | Visual C++ |
public static void Exit()
Public Shared Sub Exit
public: static void Exit()

If this method is not called before the application exits, it can cause it to hang indefinitely.
Calling this method multiple times will have no effect.