Click or drag to resize

EthernetCard Class

Contains information about an ethernet card present in the machine.
Inheritance Hierarchy
SystemObject
  Demo3D.CommonEthernetCard

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public class EthernetCard

The EthernetCard type exposes the following members.

Properties
  NameDescription
Public propertyNIC
Returns the system Network Interface Card.
Top
Methods
  NameDescription
Public methodStatic memberGetCardByEthernetAddress
Returns ethernet card information given an ethernet address (or null).
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