HandleRef.ToIntPtr(HandleRef) 메서드

정의

HandleRef 개체의 내부 정수 표현을 반환합니다.

public:
 static IntPtr ToIntPtr(System::Runtime::InteropServices::HandleRef value);
public static IntPtr ToIntPtr (System.Runtime.InteropServices.HandleRef value);
static member ToIntPtr : System.Runtime.InteropServices.HandleRef -> nativeint
Public Shared Function ToIntPtr (value As HandleRef) As IntPtr

매개 변수

value
HandleRef

내부 정수 표현을 검색할 HandleRef 개체입니다.

반환

IntPtr

nativeint

IntPtr 개체를 나타내는 HandleRef 개체입니다.

적용 대상