PhysicalAddress Methods
.NET Framework (current version)
Namespace:
System.Net.NetworkInformation
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Compares two PhysicalAddress instances.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetAddressBytes() | Returns the address of the current instance. |
![]() | GetHashCode() | Returns the hash value of a physical address.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() ![]() | Parse(String^) | Parses the specified String and stores its contents as the address bytes of the PhysicalAddress returned by this method. |
![]() | ToString() | Returns the String representation of the address of this instance.(Overrides Object::ToString().) |
Show:


