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 接口

其他资源

调试接口

调试(非托管 API 参考)