RuntimeTypeHandle.FromIntPtr(IntPtr) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ハンドルから作成された新しい 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 オブジェクト。