次の方法で共有


RuntimeTypeHandle.FromIntPtr(IntPtr) メソッド

定義

ハンドルから作成された新しい RuntimeTypeHandle オブジェクトを RuntimeType に返します。

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

パラメーター

value
IntPtr

nativeint

オブジェクトを作成 RuntimeTypeHandle する RuntimeType に対する IntPtr ハンドル。

戻り値

RuntimeTypeHandle

値パラメーターに対応する新しい RuntimeTypeHandle オブジェクト。

適用対象