Share via


ICorDebugThread4::GetCurrentCustomDebuggerNotification, méthode

Obtient l’objet ICorDebugManagedCallback3::CustomNotification actuel sur le thread actuel.

Syntaxe

HRESULT GetCurrentCustomDebuggerNotification(
    [out] ICorDebugValue **ppNotificationObject
    );

Paramètres

ppNotificationObject
[out] Pointeur vers l’objet ICorDebugManagedCallback3::CustomNotification actuel dans le thread actif.

Remarques

La valeur de ppNotificationObject est nulle si la méthode n’est pas appelée à partir d’un rappel de ICorDebugManagedCallback3::CustomNotification, ou s’il n’existe aucun objet de notification.

Configuration requise

Plateformes : Consultez Configuration requise.

En-tête : CorDebug.idl, CorDebug.h

Bibliothèque : CorGuids.lib

Versions de .NET Framework : Disponible depuis la version 4

Voir aussi