Compartir a través de


ICorDebugThread4::GetCurrentCustomDebuggerNotification (Método)

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

Syntax

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

Parámetros

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

Observaciones

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

Requisitos

Plataformas: Consulte Sistemas operativos compatibles con .NET.

Encabezado: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versiones de .NET: Disponible desde .NET Framework 4.0

Consulte también