RuntimeTypeHandle.FromIntPtr(IntPtr) 메서드

정의

핸들에서 RuntimeType으로 만든 새 RuntimeTypeHandle 개체를 반환합니다.

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

개체를 만들 RuntimeType에 대한 IntPtr 핸들입니다 RuntimeTypeHandle .

반환

값 매개 변수에 해당하는 새 RuntimeTypeHandle 개체입니다.

적용 대상