次の方法で共有


RuntimeTypeHandle.ToIntPtr(RuntimeTypeHandle) メソッド

定義

オブジェクトの内部ポインター表現を RuntimeTypeHandle 返します。

public:
 static IntPtr ToIntPtr(RuntimeTypeHandle value);
public static IntPtr ToIntPtr (RuntimeTypeHandle value);
static member ToIntPtr : RuntimeTypeHandle -> nativeint
Public Shared Function ToIntPtr (value As RuntimeTypeHandle) As IntPtr

パラメーター

value
RuntimeTypeHandle

RuntimeTypeHandle内部ポインター表現を取得するオブジェクト。

戻り値

IntPtr

nativeint

IntPtr オブジェクトを表す RuntimeTypeHandle オブジェクト。

適用対象