Partager via


ICorDebugThread4::GetCurrentCustomDebuggerNotification, méthode

Obtient l'objet ICorDebugManagedCallback3::CustomNotification actif sur le thread actuel.

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

Paramètres

  • ppNOtificationObject
    [out] Pointeur vers l'objet ICorDebugManagedCallback3::CustomNotification actif sur le thread actuel.

Notes

La valeur de ppNotificationObject est null si la méthode n'est pas appelée dans un rappel ICorDebugManagedCallback3::CustomNotification ou s'il n'existe aucun objet de notification actif.

Configuration requise

Plateformes : consultez Configuration requise du .NET Framework.

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

Bibliothèque : CorGuids.lib

Versions du .NET Framework : 4

Voir aussi

Référence

ICorDebugThread4, interface

Autres ressources

Interfaces de débogage

Débogage (Référence des API non managées)