Gets a list of all available WinUSB USB devices.
Declaration Syntax
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 (); }
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.