ICorDebugProcess4::ProcessStateChanged 方法

通知 ICorDebug 管道,进程外调试器正在继续执行调试对象的执行。

语法

HRESULT ProcessStateChanged(
    [in] CorDebugStateChange change
);

参数

eChange
[in] CorDebugStateChange 枚举的成员,描述进程执行状态的更改。

备注

给定方法属于 ICorDebugProcess4 接口的一部分,对应于虚拟方法表的第 4 个槽位。

要求

平台:请参阅系统要求

标头:无

库:无

.NET Framework 版本:自 2.0 起可用

请参阅