C# Class System.Net.NetworkInformation.MacOsNetworkInterface

Inheritance: UnixNetworkInterface
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
GetIPProperties ( ) : IPInterfaceProperties
GetIPv4Statistics ( ) : IPv4InterfaceStatistics
ImplGetAllNetworkInterfaces ( ) : System.Net.NetworkInformation.NetworkInterface[]

Private Methods

Méthode Description
MacOsNetworkInterface ( string name ) : System
freeifaddrs ( IntPtr ifap ) : void
getifaddrs ( IntPtr &ifap ) : int

Method Details

GetIPProperties() public méthode

public GetIPProperties ( ) : IPInterfaceProperties
Résultat IPInterfaceProperties

GetIPv4Statistics() public méthode

public GetIPv4Statistics ( ) : IPv4InterfaceStatistics
Résultat IPv4InterfaceStatistics

ImplGetAllNetworkInterfaces() public static méthode

public static ImplGetAllNetworkInterfaces ( ) : System.Net.NetworkInformation.NetworkInterface[]
Résultat System.Net.NetworkInformation.NetworkInterface[]