HandleRef.Explicit(HandleRef to IntPtr) Operatore

Definizione

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

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.

Valori restituiti

IntPtr

nativeint

Handle di una risorsa dell'oggetto specificato HandleRef .

Commenti

Il metodo equivalente per questo operatore è HandleRef.Handle

Si applica a