HandleRef.Explicit(HandleRef to IntPtr) 演算子

定義

指定した 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

パラメーター

value
HandleRef

ハンドルを必要とするオブジェクト。

戻り値

IntPtr

nativeint

指定した HandleRef オブジェクトのリソースへのハンドル。

注釈

この演算子の同等のメソッドは次のようになります。 HandleRef.Handle

適用対象