GCHandle Explicit Conversión (GCHandle to IntPtr)
Publicado: octubre de 2016
Un GCHandle se almacena mediante una representación de entero interna.
Espacio de nombres: System.Runtime.InteropServices
Ensamblado: mscorlib (en mscorlib.dll)
Sintaxis
public static explicit operator IntPtr (
GCHandle value
)
public:
static explicit operator IntPtr (
GCHandle value
)
F# no admite este operador
Public Shared Narrowing Operator CType (
value As GCHandle
) As IntPtr
Parámetros
value
Type: System.Runtime.InteropServices.GCHandleGCHandle para el que se requiere el entero.
Valor devuelto
Type: System.IntPtr
El valor del entero.
Comentarios
This method can be used to retrieve the integer value from a T:System.Runtime.InteropServices.GCHandle.
Seguridad
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Información de versión
Plataforma universal de Windows
Disponible desde 8
.NET Framework
Disponible desde 1.1
Biblioteca de clases portable
Se admite en: plataformas portátiles de .NET
Silverlight
Disponible desde 2.0
Windows Phone Silverlight
Disponible desde 7.0
Windows Phone
Disponible desde 8.1
Ver también
GCHandleType
Explicit Sobrecarga
Estructura GCHandle
Espacio de nombres System.Runtime.InteropServices
Volver al principio