ICorDebugProcess4::P rocessStateChanged 方法

通知 ICorDebug 管道进程外调试器继续执行调试程序。

Syntax

HRESULT ProcessStateChanged(
    [in] CorDebugStateChange change
);

参数

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

注解

提供的方法是接口的 ICorDebugProcess4 一部分,对应于虚拟方法表的第四个槽。

要求

平台: 请参阅 .NET 支持的作系统

页眉: 没有

图书馆: 没有

.NET 版本: 自 .NET Framework 4.5 起可用

另请参阅