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

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

보호된 프로퍼티들

프로퍼티 타입 설명
addresses List
ipproperties IPInterfaceProperties
ipv4stats IPv4InterfaceStatistics

Private Properties

프로퍼티 타입 설명
AddAddress void
SetLinkLayerInfo void
UnixNetworkInterface System
if_nametoindex int

공개 메소드들

메소드 설명
GetPhysicalAddress ( ) : System.Net.NetworkInformation.PhysicalAddress
IfNameToIndex ( string ifname ) : int
Supports ( NetworkInterfaceComponent networkInterfaceComponent ) : bool

비공개 메소드들

메소드 설명
AddAddress ( IPAddress address ) : void
SetLinkLayerInfo ( int index, byte macAddress, NetworkInterfaceType type ) : void
UnixNetworkInterface ( string name ) : System
if_nametoindex ( string ifname ) : int

메소드 상세

GetPhysicalAddress() 공개 메소드

public GetPhysicalAddress ( ) : System.Net.NetworkInformation.PhysicalAddress
리턴 System.Net.NetworkInformation.PhysicalAddress

IfNameToIndex() 공개 정적인 메소드

public static IfNameToIndex ( string ifname ) : int
ifname string
리턴 int

Supports() 공개 메소드

public Supports ( NetworkInterfaceComponent networkInterfaceComponent ) : bool
networkInterfaceComponent NetworkInterfaceComponent
리턴 bool

프로퍼티 상세

addresses 보호되어 있는 프로퍼티

protected List addresses
리턴 List

ipproperties 보호되어 있는 프로퍼티

protected IPInterfaceProperties,System.Net.NetworkInformation ipproperties
리턴 IPInterfaceProperties

ipv4stats 보호되어 있는 프로퍼티

protected IPv4InterfaceStatistics,System.Net.NetworkInformation ipv4stats
리턴 IPv4InterfaceStatistics