다음을 통해 공유


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 개체입니다.

적용 대상