API Reference
Class
UsbDeviceInfo
USB device inventory entry with manufacturer, PNP ID and friendly name.
Inheritance
- Object
- UsbDeviceInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method Devices.GetUsbAsync
- Method Usb.GetAsync
- Method UsbQuery.GetAsync
- Property ComputerInventory.UsbDevices
Constructors
public UsbDeviceInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Browsable(false)Computer name from which the USB device was enumerated.
public String Description { get; set; } #Browsable(false)Descriptive text provided by the device/driver.
public String PnpDeviceId { get; set; } #Display(Name = "PNP ID", Order = 2)Plug and Play device identifier.