ICorDebugThread4::GetCurrentCustomDebuggerNotification 方法
取得目前執行緒上的目前 ICorDebugManagedCallback3::CustomNotification 物件。
語法
HRESULT GetCurrentCustomDebuggerNotification(
[out] ICorDebugValue **ppNotificationObject
);
參數
ppNotificationObject
[out] 目前執行緒上目前 ICorDebugManagedCallback3::CustomNotification
物件的指標。
備註
如果未從 ppNotificationObject
回呼內呼叫方法,或目前沒有通知物件存在,則 ICorDebugManagedCallback3::CustomNotification
的值為 null。
規格需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework版本:自 4 起可用