NetworkAdapterInfo Class |
Namespace: Xcalibur.Models.Hardware.Network
The NetworkAdapterInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| NetworkAdapterInfo |
Initializes a new instance of the NetworkAdapterInfo class.
|
| Name | Description | |
|---|---|---|
| AdapterType |
Win32_NetworkAdapter: AdapterType: Network medium in use.
| |
| AdapterTypeId |
Win32_NetworkAdapter: AdapterTypeID: Network medium in use. Returns the same
information as the AdapterType property, except that the information is in the form
of an integer.
| |
| Availability |
Win32_NetworkAdapter: Availability: Availability and status of the device.
| |
| Index |
Win32_NetworkAdapter: Index: Index number of the Windows network adapter configuration.
| |
| InterfaceIndex |
Win32_NetworkAdapter: InterfaceIndex: Index value that uniquely identifies a local
network interface.
| |
| MacAddress |
Win32_NetworkAdapter: MACAddress: Media access control address for this network
adapter.
| |
| Manufacturer |
Win32_NetworkAdapter: Manufacturer: Name of the network adapter's manufacturer.
| |
| Name |
Win32_NetworkAdapter: Name.
| |
| NetConnectionId |
Win32_NetworkAdapter: NetConnectionID: Name of the network connection as it appears
in the Network Connections Control Panel program.
| |
| NetConnectionStatus |
Win32_NetworkAdapter: NetConnectionStatus: State of the network adapter connection to
the network.
| |
| NetEnabled |
Win32_NetworkAdapter: NetEnabled: Indicates whether the adapter is enabled or not.
If True, the adapter is enabled.
| |
| PhysicalAdapter |
Win32_NetworkAdapter: PhysicalAdapter: Indicates whether the adapter is a physical or
a logical adapter. If True, the adapter is physical.
| |
| PnpDeviceId |
Win32_NetworkAdapter: PNPDeviceID: Windows Plug and Play device identifier of the
logical device.
| |
| Speed |
Win32_NetworkAdapter: Speed: Estimate of the current bandwidth in bits per second.
| |
| Status |
Win32_NetworkAdapter: Status: Current status of the object.
| |
| TimeOfLastReset |
Win32_NetworkAdapter: TimeOfLastReset: Date and time the network adapter was last
reset.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |