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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
OsxNetworkInterface ( string name ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetOrCreate ( OsxNetworkInterface>.Dictionary interfaces, string name ) : OsxNetworkInterface

Gets or creates an OsxNetworkInterface, based on whether it already exists in the given Dictionary. If created, it is added to the Dictionary.

메소드 상세

GetIPProperties() 공개 메소드

public GetIPProperties ( ) : IPInterfaceProperties
리턴 IPInterfaceProperties

GetIPStatistics() 공개 메소드

public GetIPStatistics ( ) : System.Net.NetworkInformation.IPInterfaceStatistics
리턴 System.Net.NetworkInformation.IPInterfaceStatistics

GetIPv4Statistics() 공개 메소드

public GetIPv4Statistics ( ) : IPv4InterfaceStatistics
리턴 IPv4InterfaceStatistics

GetOsxNetworkInterfaces() 공개 정적인 메소드

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

OsxNetworkInterface() 보호된 메소드

protected OsxNetworkInterface ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic