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

상속: IPInterfaceProperties
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
GetIPv4Properties ( ) : System.Net.NetworkInformation.IPv4InterfaceProperties
GetIPv6Properties ( ) : System.Net.NetworkInformation.IPv6InterfaceProperties
Win32IPInterfaceProperties2 ( System.Net.NetworkInformation.Win32_IP_ADAPTER_ADDRESSES addr, System.Net.NetworkInformation.Win32_MIB_IFROW mib4, System.Net.NetworkInformation.Win32_MIB_IFROW mib6 ) : System.Collections.Generic

메소드 상세

GetIPv4Properties() 공개 메소드

public GetIPv4Properties ( ) : System.Net.NetworkInformation.IPv4InterfaceProperties
리턴 System.Net.NetworkInformation.IPv4InterfaceProperties

GetIPv6Properties() 공개 메소드

public GetIPv6Properties ( ) : System.Net.NetworkInformation.IPv6InterfaceProperties
리턴 System.Net.NetworkInformation.IPv6InterfaceProperties

Win32IPInterfaceProperties2() 공개 메소드

public Win32IPInterfaceProperties2 ( System.Net.NetworkInformation.Win32_IP_ADAPTER_ADDRESSES addr, System.Net.NetworkInformation.Win32_MIB_IFROW mib4, System.Net.NetworkInformation.Win32_MIB_IFROW mib6 ) : System.Collections.Generic
addr System.Net.NetworkInformation.Win32_IP_ADAPTER_ADDRESSES
mib4 System.Net.NetworkInformation.Win32_MIB_IFROW
mib6 System.Net.NetworkInformation.Win32_MIB_IFROW
리턴 System.Collections.Generic