获取当前线程上的当前 ICorDebugManagedCallback3::CustomNotification 对象。
Syntax
HRESULT GetCurrentCustomDebuggerNotification(
[out] ICorDebugValue **ppNotificationObject
);
参数
ppNotificationObject
[out]指向当前线程上的当前 ICorDebugManagedCallback3::CustomNotification 对象的指针。
注解
如果未从回调中ICorDebugManagedCallback3::CustomNotification调用该方法,或者不存在当前通知对象,则值为 ppNotificationObject null。
要求
平台: 请参阅 .NET 支持的作系统。
页眉: CorDebug.idl、CorDebug.h
图书馆: CorGuids.lib
.NET 版本: 自 .NET Framework 4.0 起可用