Partilhar via


Método ICorDebugThread4::GetCurrentCustomDebuggerNotification

Obtém o objeto ICorDebugManagedCallback3::CustomNotification atual no thread atual.

Sintaxe

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

Parâmetros

ppNotificationObject
[fora] Um ponteiro para o objeto atual ICorDebugManagedCallback3::CustomNotification no thread atual.

Observações

O valor de ppNotificationObject é nulo se o método não for chamado a partir de uma ICorDebugManagedCallback3::CustomNotification chamada de retorno ou se não existir nenhum objeto de notificação atual.

Requisitos

Plataformas: Veja Requisitos do Sistema.

Cabeçalho: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

.NET Framework Versões: Disponível desde 4

Ver também