共用方式為


ICorDebugThread4::GetCurrentCustomDebuggerNotification 方法

取得目前執行緒上目前的 ICorDebugManagedCallback3::CustomNotification 物件。

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

參數

  • ppNOtificationObject
    [out] 目前執行緒上目前 ICorDebugManagedCallback3::CustomNotification 物件的指標。

備註

如果方法不是從 ICorDebugManagedCallback3::CustomNotification 回呼中呼叫,或者沒有目前的通知物件存在,則 ppNotificationObject 的值為 null。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl、CorDebug.h

**程式庫:**CorGuids.lib

**.NET Framework 版本:**4

請參閱

參考

ICorDebugThread4 介面

其他資源

偵錯介面

偵錯 (Unmanaged API 參考)