Campo SafeHandle.handle
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Especifica o identificador a ser encapsulado.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
protected IntPtr handle
protected:
IntPtr handle
val mutable handle : nativeint
Protected handle As IntPtr
Valor do Campo
Type: System.IntPtr
Comentários
Não exponha o identificador publicamente (ou seja, fora da classe derivada).
Informações de Versão
Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 2.0
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Silverlight
Disponível desde 2.0
Windows Phone Silverlight
Disponível desde 7.0
Windows Phone
Disponível desde 8.1
Confira Também
Classe SafeHandle
Namespace System.Runtime.InteropServices
Retornar ao início