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 起可用