ICorDebugManagedCallback::Break 方法
当执行代码流中的 Break 指令时,通知调试器。
语法
HRESULT Break (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugThread *thread
);
参数
pAppDomain
[in] 指向 ICorDebugAppDomain 对象的指针,该对象表示包含中断指令的应用程序域。
thread
[in] 指向 ICorDebugThread 对象的指针,该对象表示包含中断指令的线程。
要求
平台:请参阅系统要求。
标头:CorDebug.idl、CorDebug.h
库:CorGuids.lib
.NET Framework 版本:自 1.0 起可用