HandleRef.Explicit(HandleRef to IntPtr) Operador

Definición

Devuelve el identificador de un recurso del objeto HandleRef especificado.

public:
 static explicit operator IntPtr(System::Runtime::InteropServices::HandleRef value);
public static explicit operator IntPtr (System.Runtime.InteropServices.HandleRef value);
static member op_Explicit : System.Runtime.InteropServices.HandleRef -> nativeint
Public Shared Narrowing Operator CType (value As HandleRef) As IntPtr

Parámetros

value
HandleRef

Objeto que necesita un identificador.

Devoluciones

IntPtr

nativeint

Identificador de un recurso del objeto HandleRef especificado.

Comentarios

El método equivalente para este operador es HandleRef.Handle

Se aplica a