TestimoX

API Reference

Class

Usb

Namespace ComputerX.Devices
Assembly ComputerX
Modifiers static

Facade for querying USB devices on a target computer.

Inheritance

  • Object
  • Usb

Methods

public static Task<IEnumerable<UsbDeviceInfo>> GetAsync(String computer = null) #
Returns: Task<IEnumerable<UsbDeviceInfo>>

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

Parameters

computer System.String = null optionalposition: 0