Condividi tramite


Metodo ICorDebugThread4::GetCurrentCustomDebuggerNotification

Ottiene l'oggetto ICorDebugManagedCallback3::CustomNotification nel thread corrente.

Sintassi

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

Parametri

ppNotificationObject
[out] Puntatore all'oggetto corrente nel thread corrente ICorDebugManagedCallback3::CustomNotification .

Commenti

Il valore di è Null se il metodo non viene chiamato dall'interno di ppNotificationObject un callback o se non esiste alcun ICorDebugManagedCallback3::CustomNotification oggetto di notifica corrente.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorDebug.idl, CorDebug.h

Libreria: CorGuids.lib

Versioni di .NET Framework: Disponibile da 4

Vedi anche