Gets a list of all available WinUSB USB devices.

C# | Visual Basic | Visual C++ |
public static UsbRegDeviceList AllWinUsbDevices { get; }
Public Shared ReadOnly Property AllWinUsbDevices As UsbRegDeviceList Get
public: static property UsbRegDeviceList^ AllWinUsbDevices { UsbRegDeviceList^ get (); }

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.