Udostępnij przez


HandleRef.Explicit(HandleRef to IntPtr) Operator

Definicja

Zwraca uchwyt do zasobu określonego HandleRef obiektu.

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

Parametry

value
HandleRef

Obiekt, który potrzebuje uchwytu.

Zwraca

IntPtr

nativeint

Dojście do zasobu określonego HandleRef obiektu.

Uwagi

Równoważna metoda dla tego operatora to HandleRef.Handle

Dotyczy