NetworkInterface Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from 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.) |
![]() ![]() | GetAllNetworkInterfaces() | Returns objects that describe the network interfaces on the local computer. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetIPProperties() | Returns an object that describes the configuration of this network interface. |
![]() | GetIPStatistics() | Gets the IP statistics for this NetworkInterface instance. |
![]() | GetIPv4Statistics() | Gets the IPv4 statistics for this NetworkInterface instance. |
![]() ![]() | GetIsNetworkAvailable() | Indicates whether any network connection is available. |
![]() | GetPhysicalAddress() | Returns the Media Access Control (MAC) or physical address for this adapter. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Supports(NetworkInterfaceComponent) | Gets a Boolean value that indicates whether the interface supports the specified protocol. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |


