System.Net.NetworkInformation.PhysicalAddress Members

The members of System.Net.NetworkInformation.PhysicalAddress are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Net.NetworkInformation.PhysicalAddress class.

Public Fields

static readonly
NonePhysicalAddress.

Returns a new System.Net.NetworkInformation.PhysicalAddress instance with a zero length address. This field is read-only.

Public Methods

override
Equals(object) : bool

Compares two System.Net.NetworkInformation.PhysicalAddress instances.

GetAddressBytes() : byte[]

Returns the address of the current instance.

override
GetHashCode() : int

Returns the hash value of a physical address.

static
Parse(string) : PhysicalAddress

Parses the specified string and stores its contents as the address bytes of the System.Net.NetworkInformation.PhysicalAddress returned by this method.

override
ToString() : string

Returns the string representation of the address of this instance.