C# 클래스 System.Net.NetworkInformation.MacOsNetworkInterface

상속: UnixNetworkInterface
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
GetIPProperties ( ) : IPInterfaceProperties
GetIPv4Statistics ( ) : IPv4InterfaceStatistics
ImplGetAllNetworkInterfaces ( ) : System.Net.NetworkInformation.NetworkInterface[]

비공개 메소드들

메소드 설명
MacOsNetworkInterface ( string name ) : System
freeifaddrs ( IntPtr ifap ) : void
getifaddrs ( IntPtr &ifap ) : int

메소드 상세

GetIPProperties() 공개 메소드

public GetIPProperties ( ) : IPInterfaceProperties
리턴 IPInterfaceProperties

GetIPv4Statistics() 공개 메소드

public GetIPv4Statistics ( ) : IPv4InterfaceStatistics
리턴 IPv4InterfaceStatistics

ImplGetAllNetworkInterfaces() 공개 정적인 메소드

public static ImplGetAllNetworkInterfaces ( ) : System.Net.NetworkInformation.NetworkInterface[]
리턴 System.Net.NetworkInformation.NetworkInterface[]