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: 15.0.2.11458
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.
Top
Methods
  NameDescription
Public methodStatic memberGetCardByAddress(IPAddress)
Returns network card information for a card with an IP configuration with the same address as the ipAddress specified.
Public methodStatic memberGetCardByAddress(PhysicalAddress)
Returns network card information for a card with the same physical address as the physicalAddress specified.
Public methodStatic memberGetCardByEthernetAddress
Returns network card information given a physical address.
Public methodStatic memberGetCardById
Returns network card information given a card id.
Public methodStatic memberGetCardBySameNetwork
Returns the first network card information for a card with an IP configuration with the same network address as the ipAddress specified.
Public methodStatic memberGetCards
Returns a list of all running network cards in this machine.
Public methodStatic memberGetCardsBySameNetwork
Returns all the network card information for cards with an IP configuration with the same network address as the ipAddress specified.
Public methodGetIPv4Configuration
Returns the list of IPv4Configurations for this card.
Public methodGetPhysicalAddress
Returns the network address.
Top
See Also