Click or drag to resize

NetworkAdapterInfo Class

Network Adapter Information.

For more information see: Win32_NetworkAdapter class

Inheritance Hierarchy
SystemObject
  Xcalibur.Models.Hardware.NetworkNetworkAdapterInfo

Namespace:  Xcalibur.Models.Hardware.Network
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class NetworkAdapterInfo : INetworkAdapterInfo

The NetworkAdapterInfo type exposes the following members.

Constructors
  NameDescription
Public methodNetworkAdapterInfo
Initializes a new instance of the NetworkAdapterInfo class.
Top
Properties
  NameDescription
Public propertyAdapterType
Win32_NetworkAdapter: AdapterType: Network medium in use.
Public propertyAdapterTypeId
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.
Public propertyAvailability
Win32_NetworkAdapter: Availability: Availability and status of the device.
Public propertyIndex
Win32_NetworkAdapter: Index: Index number of the Windows network adapter configuration.
Public propertyInterfaceIndex
Win32_NetworkAdapter: InterfaceIndex: Index value that uniquely identifies a local network interface.
Public propertyMacAddress
Win32_NetworkAdapter: MACAddress: Media access control address for this network adapter.
Public propertyManufacturer
Win32_NetworkAdapter: Manufacturer: Name of the network adapter's manufacturer.
Public propertyName
Win32_NetworkAdapter: Name.
Public propertyNetConnectionId
Win32_NetworkAdapter: NetConnectionID: Name of the network connection as it appears in the Network Connections Control Panel program.
Public propertyNetConnectionStatus
Win32_NetworkAdapter: NetConnectionStatus: State of the network adapter connection to the network.
Public propertyNetEnabled
Win32_NetworkAdapter: NetEnabled: Indicates whether the adapter is enabled or not. If True, the adapter is enabled.
Public propertyPhysicalAdapter
Win32_NetworkAdapter: PhysicalAdapter: Indicates whether the adapter is a physical or a logical adapter. If True, the adapter is physical.
Public propertyPnpDeviceId
Win32_NetworkAdapter: PNPDeviceID: Windows Plug and Play device identifier of the logical device.
Public propertySpeed
Win32_NetworkAdapter: Speed: Estimate of the current bandwidth in bits per second.
Public propertyStatus
Win32_NetworkAdapter: Status: Current status of the object.
Public propertyTimeOfLastReset
Win32_NetworkAdapter: TimeOfLastReset: Date and time the network adapter was last reset.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also