NetworkInterface.GetIPv4Statistics Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die IPv4-Statistik für diese NetworkInterface-Instanz ab.
public:
virtual System::Net::NetworkInformation::IPv4InterfaceStatistics ^ GetIPv4Statistics();
public:
abstract System::Net::NetworkInformation::IPv4InterfaceStatistics ^ GetIPv4Statistics();
public virtual System.Net.NetworkInformation.IPv4InterfaceStatistics GetIPv4Statistics ();
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
public virtual System.Net.NetworkInformation.IPv4InterfaceStatistics GetIPv4Statistics ();
public abstract System.Net.NetworkInformation.IPv4InterfaceStatistics GetIPv4Statistics ();
abstract member GetIPv4Statistics : unit -> System.Net.NetworkInformation.IPv4InterfaceStatistics
override this.GetIPv4Statistics : unit -> System.Net.NetworkInformation.IPv4InterfaceStatistics
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
abstract member GetIPv4Statistics : unit -> System.Net.NetworkInformation.IPv4InterfaceStatistics
override this.GetIPv4Statistics : unit -> System.Net.NetworkInformation.IPv4InterfaceStatistics
abstract member GetIPv4Statistics : unit -> System.Net.NetworkInformation.IPv4InterfaceStatistics
Public Overridable Function GetIPv4Statistics () As IPv4InterfaceStatistics
Public MustOverride Function GetIPv4Statistics () As IPv4InterfaceStatistics
Gibt zurück
Ein IPv4InterfaceStatistics-Objekt.
- Attribute
Gilt für:
Arbeiten Sie mit uns auf GitHub zusammen
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.