HandleRef.Explicit(HandleRef to IntPtr) Operatore

Definizione

Restituisce l'handle a una risorsa dell'oggetto HandleRef specificato.

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

Parametri

value
HandleRef

Oggetto che necessita di un handle.

Restituisce

IntPtr

nativeint

Handle a una risorsa dell'oggetto HandleRef specificato.

Commenti

Il metodo equivalente per questo operatore è HandleRef.Handle

Si applica a