Compartilhar via


Método ICorDebugThread4::GetCurrentCustomDebuggerNotification

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

Sintaxe

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

Parâmetros

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

Comentários

O valor de ppNotificationObject será nulo se o método não for chamado de dentro de um retorno de chamada ICorDebugManagedCallback3::CustomNotification ou se não existir nenhum objeto de notificação atual.

Requisitos

Plataformas: confira Requisitos do sistema.

Cabeçalho: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versões do .NET Framework: disponíveis desde 4

Confira também