ICorDebugThread4::GetCurrentCustomDebuggerNotification-Methode
Ruft das aktuelle ICorDebugManagedCallback3::CustomNotification-Objekt im aktuellen Thread ab.
HRESULT GetCurrentCustomDebuggerNotification(
[out] ICorDebugValue **ppNotificationObject
);
Parameter
- ppNOtificationObject
[out] Ein Zeiger auf das aktuelle ICorDebugManagedCallback3::CustomNotification-Objekt im aktuellen Thread.
Hinweise
Der Wert von ppNotificationObject ist NULL, wenn die Methode nicht in einem ICorDebugManagedCallback3::CustomNotification-Rückruf aufgerufen wird oder wenn kein aktuelles Benachrichtigungsobjekt vorhanden ist.
Anforderungen
Plattformen: siehe Systemanforderungen für .NET Framework.
Header: CorDebug.idl, CorDebug.h
Bibliothek: CorGuids.lib
.NET Framework-Versionen: 4
Siehe auch
Referenz
ICorDebugThread4-Schnittstelle