Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the current ICorDebugManagedCallback3::CustomNotification object on the current thread.
Syntax
HRESULT GetCurrentCustomDebuggerNotification(
[out] ICorDebugValue **ppNotificationObject
);
Parameters
ppNotificationObject
[out] A pointer to the current ICorDebugManagedCallback3::CustomNotification object on the current thread.
Remarks
The value of ppNotificationObject is null if the method is not called from within a ICorDebugManagedCallback3::CustomNotification callback, or if no current notification object exists.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.0