System.Net.NetworkInformation.PhysicalAddress: Method Members

The methods of System.Net.NetworkInformation.PhysicalAddress are listed below. For a list of all members, see the PhysicalAddress Members list.

See Also: Inherited members from System.Object

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.