Compartir a través de


ICorDebugThread4::GetCurrentCustomDebuggerNotification (Método)

Obtiene el objeto ICorDebugManagedCallback3::CustomNotification actual en el subproceso actual.

Sintaxis

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

Parámetros

ppNotificationObject
[out] Puntero al objeto ICorDebugManagedCallback3::CustomNotification actual en el subproceso actual.

Comentarios

El valor de ppNotificationObject es null si no se llama al método desde una devolución de llamada de ICorDebugManagedCallback3::CustomNotification o si no existe ningún objeto de notificación actual.

Requisitos

Plataformas: Vea Requisitos de sistema.

Encabezado: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versiones de .NET Framework: disponible a partir de la versión 4

Consulte también