获取当前线程上的当前 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