ICorDebugManagedCallback::Breakpoint 方法
遇到中斷點時通知偵錯工具。
語法
HRESULT Breakpoint (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugThread *pThread,
[in] ICorDebugBreakpoint *pBreakpoint
);
參數
pAppDomain
[in] ICorDebugAppDomain 物件的指標,代表包含中斷點的應用程式定義域。
pThread
[in] ICorDebugThread 物件的指標,代表包含中斷點的執行緒。
pBreakpoint
[in] 代表中斷點的 ICorDebugBreakpoint 物件指標。
規格需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework版本:自 1.0 起提供