다음을 통해 공유


ICorDebugThread4::GetCurrentCustomDebuggerNotification 메서드

현재 스레드에서 현재 ICorDebugManagedCallback3::CustomNotification 개체를 가져옵니다.

구문

HRESULT GetCurrentCustomDebuggerNotification(
    [out] ICorDebugValue **ppNotificationObject
    );

매개 변수

ppNotificationObject
[out] 현재 스레드의 현재 ICorDebugManagedCallback3::CustomNotification 개체에 대한 포인터입니다.

설명

메서드가 ICorDebugManagedCallback3::CustomNotification 콜백 내에서 호출되지 않거나 현재 알림 개체가 없는 경우 ppNotificationObject 값은 null입니다.

요구 사항

플랫폼:시스템 요구 사항을 참조하세요.

헤더: CorDebug.idl, CorDebug.h

라이브러리: CorGuids.lib

.NET Framework 버전: 4부터 사용 가능

참고 항목