TestimoX

API Reference

Class

NetworkAdaptersQuery

Namespace ComputerX.Network
Assembly ComputerX
Modifiers static

Queries basic network adapter information via WMI for a given computer.

Inheritance

  • Object
  • NetworkAdaptersQuery

Methods

public static async Task<List<NetworkAdapter>> GetAsync(String computer) #
Returns: Task<List<NetworkAdapter>>

Gets basic adapter rows (name, description, MAC, type, speed) using Win32_NetworkAdapter.

Parameters

computer System.String requiredposition: 0
Target host name ("." or local name for local machine).

Returns

List of adapters with core properties.