ICorDebugThread4::GetCurrentCustomDebuggerNotification Method
Gets the current ICorDebugManagedCallback3::CustomNotification object on the current thread.
Syntax
HRESULT GetCurrentCustomDebuggerNotification(
[out] ICorDebugValue **ppNotificationObject
);
Parameters
ppNotificationObject
[out] A pointer to the current ICorDebugManagedCallback3::CustomNotification
object on the current thread.
Remarks
The value of ppNotificationObject
is null if the method is not called from within a ICorDebugManagedCallback3::CustomNotification
callback, or if no current notification object exists.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา