SafeHandle.handle-Feld
Veröffentlicht: Oktober 2016
Gibt das zu umschließende Handle an.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
protected IntPtr handle
protected:
IntPtr handle
val mutable handle : nativeint
Protected handle As IntPtr
Feldwert
Type: System.IntPtr
Hinweise
Do not expose the handle publicly (that is, outside of the derived class).
Versionsinformationen
Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 2.0
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Silverlight
Verfügbar seit 2.0
Windows Phone Silverlight
Verfügbar seit 7.0
Windows Phone
Verfügbar seit 8.1
Siehe auch
SafeHandle-Klasse
System.Runtime.InteropServices-Namespace
Zurück zum Anfang