Compartir a través de


ICorDebugThread4::GetCurrentCustomDebuggerNotification (Método)

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

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

Parámetros

  • ppNOtificationObject
    [out] Puntero al objeto ICorDebugManagedCallback3::CustomNotification actual del subproceso actual.

Comentarios

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

Requisitos

Plataformas: vea Requisitos de sistema de .NET Framework.

Encabezado: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versiones de .NET Framework: 4

Vea también

Referencia

ICorDebugThread4 (Interfaz)

Otros recursos

Interfaces para depuración

Depuración (Referencia de la API no administrada)