LibUsbDotNet 2.2.8
AllWinUsbDevices Property
Library ReferenceLibUsbDotNetUsbDeviceAllWinUsbDevices
LibUsbDotNet on SourceForge
Gets a list of all available WinUSB USB devices.
Declaration Syntax
C#Visual BasicVisual C++
public static UsbRegDeviceList AllWinUsbDevices { get; }
Public Shared ReadOnly Property AllWinUsbDevices As UsbRegDeviceList
	Get
public:
static property UsbRegDeviceList^ AllWinUsbDevices {
	UsbRegDeviceList^ get ();
}
Remarks
On windows, gets a list of WinUSB devices. On linux always returns null.

Using the AllDevices property instead will ensure your source code is platform-independent.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)