IPAddress Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Compares two IP addresses.(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() | Provides a copy of the IPAddress as an array of bytes. |
![]() | GetHashCode() | Returns a hash value for an IP address.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() ![]() | HostToNetworkOrder(Int16) | Converts a short value from host byte order to network byte order. |
![]() ![]() | HostToNetworkOrder(Int32) | Converts an integer value from host byte order to network byte order. |
![]() ![]() | HostToNetworkOrder(Int64) | Converts a long value from host byte order to network byte order. |
![]() ![]() | IsLoopback(IPAddress^) | Indicates whether the specified IP address is the loopback address. |
![]() | MapToIPv4() | Maps the IPAddress object to an IPv4 address. |
![]() | MapToIPv6() | Maps the IPAddress object to an IPv6 address. |
![]() | MemberwiseClone() | |
![]() ![]() | NetworkToHostOrder(Int16) | Converts a short value from network byte order to host byte order. |
![]() ![]() | NetworkToHostOrder(Int32) | Converts an integer value from network byte order to host byte order. |
![]() ![]() | NetworkToHostOrder(Int64) | Converts a long value from network byte order to host byte order. |
![]() ![]() | Parse(String^) | Converts an IP address string to an IPAddress instance. |
![]() | ToString() | Converts an Internet address to its standard notation.(Overrides Object::ToString().) |
![]() ![]() | TryParse(String^, IPAddress^%) | Determines whether a string is a valid IP address. |


