Freigeben über


HandleCollector.Count-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft die Anzahl der erfassten Handles ab.

Namespace:   System.Runtime.InteropServices
Assembly:  System (in System.dll)

Syntax

public int Count { get; }
public:
property int Count {
    int get();
}
member Count : int with get
Public ReadOnly Property Count As Integer

Eigenschaftswert

Type: System.Int32

Die Anzahl der Handles gesammelt.

Versionsinformationen

Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 2.0
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Windows Phone
Verfügbar seit 8.1

Siehe auch

HandleCollector-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang