Click or drag to resize

NetworkCard Class

Contains information about a network card present in the machine.
Inheritance Hierarchy
SystemObject
  Demo3D.IONetworkCard

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntax
C#
public class NetworkCard

The NetworkCard type exposes the following members.

Constructors
  NameDescription
Public methodNetworkCard
Constructs a NetworkCard from a system Network Interface Card.
Top
Properties
  NameDescription
Public propertyDescription
Returns the network card interface description.
Public propertyId
Returns the ethernet card interface id.
Public propertyName
Returns the network card interface name.
Public propertyNIC
Returns the system Network Interface Card.
Public propertyPhysicalAddress
Returns the network address.
Top
Methods
  NameDescription
Public methodStatic memberGetCardByEthernetAddress
Returns ethernet card information given an ethernet address.
Public methodStatic memberGetCardById
Returns ethernet card information given a card id.
Public methodStatic memberGetCards
Returns a list of all the ethernet cards in this machine.
Public methodGetIPv4Configuration
Returns the IPv4 configuration for this card.
Top
See Also