TestimoX

API Reference

Class

DeviceManager

Namespace ComputerX.Devices
Assembly ComputerX
Modifiers static

High-level facade for querying Device Manager entries on a target computer.

Inheritance

  • Object
  • DeviceManager

Methods

public static Task<List<DeviceManagerDevice>> GetAsync(String computer = null) #
Returns: Task<List<DeviceManagerDevice>>

Gets all PnP devices for the target computer (defaults to local).

Parameters

computer System.String = null optionalposition: 0