ICorDebugThread4::GetCurrentCustomDebuggerNotification-Methode
Ruft das aktuelle ICorDebugManagedCallback3::CustomNotification-Objekt im aktuellen Thread ab.
Syntax
HRESULT GetCurrentCustomDebuggerNotification(
[out] ICorDebugValue **ppNotificationObject
);
Parameter
ppNotificationObject
[out] Ein Zeiger auf das aktuelle ICorDebugManagedCallback3::CustomNotification
-Objekt im aktuellen Thread.
Bemerkungen
Der Wert von ppNotificationObject
ist NULL, wenn die Methode nicht innerhalb eines ICorDebugManagedCallback3::CustomNotification
-Rückrufs aufgerufen wird oder wenn kein aktuelles Benachrichtigungsobjekt vorhanden ist.
Anforderungen
Plattformen: Informationen finden Sie unter Systemanforderungen.
Header: CorDebug.idl, CorDebug.h
Bibliothek: CorGuids.lib
.NET Framework-Versionen: Seit Version 4 verfügbar.