API Reference
Class
DeviceManagerDevice
Device Manager entry (class, friendly name, status, problem code, PNP ID).
Inheritance
- Object
- DeviceManagerDevice
Constructors
public DeviceManagerDevice() #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 device information was collected.
public String Class { get; set; } #Display(Name = "Class", Order = 0)Device class reported by Plug and Play (PNPClass).
public String ProblemCode { get; set; } #Display(Name = "Problem", Order = 3)Optional device problem code (ConfigManagerErrorCode) when not working properly.
public String PnpDeviceId { get; set; } #Display(Name = "PNP ID", Order = 4)Plug and Play device identifier.