ICorProfilerCallback::RuntimeSuspendAborted 方法
通知探查器,运行时已中止正在进行的运行时挂起。
语法
HRESULT RuntimeSuspendAborted();
备注
如果两个线程同时尝试挂起运行时,则运行时挂起可能会中止。
发生 ICorProfilerCallback::RuntimeSuspendStarted 回调之后,单个线程上可能发生 ICorProfilerCallback::RuntimeSuspendFinished 回调或 RuntimeSuspendAborted
回调。
保证 RuntimeSuspendAborted
回调与 RuntimeSuspendStarted
回调在同一线程上发生。
要求
平台:请参阅系统要求。
头文件: CorProf.idl、CorProf.h
库:CorGuids.lib
.NET Framework 版本:自 2.0 起可用