TestimoX

API Reference

Class

NetworkAdapter

Namespace ComputerX.Network
Assembly ComputerX
Modifiers sealed

Basic network adapter information (name, type, MAC, speed).

Inheritance

  • Object
  • NetworkAdapter

Constructors

Properties

public String ComputerName { get; set; } #

Computer name the adapter belongs to.

public String Name { get; set; } #

Adapter friendly name.

public String Description { get; set; } #

Adapter description from the driver.

public String MacAddress { get; set; } #

MAC address.

public String AdapterType { get; set; } #

Adapter type (e.g., Ethernet, Wireless).

public Nullable<Int64> Speed { get; set; } #

Link speed in bits per second.