描述必须根据进程更改丢弃的缓存数据量。
Syntax
typedef enum CorDebugStateChange
{
PROCESS_RUNNING = 0x0000001,
FLUSH_ALL = 0x0000002,
} CorDebugStateChange;
Members
| 成员 | Description |
|---|---|
PROCESS_RUNNING |
进程通过向前执行达到了新的内存状态。 |
FLUSH_ALL |
进程的内存可能与之前任意不同。 |
注解
当调试器使用 ICorDebugProcess4::P rocessStateChanged 或 ICorDebugProcess6::P rocessStateChanged 调用ProcessStateChanged方法时,枚举的成员CorDebugStateChange将作为参数提供。
要求
平台: 请参阅 .NET 支持的作系统。
页眉: CorDebug.idl、CorDebug.h
图书馆: CorGuids.lib
.NET 版本: 自 .NET Framework 2.0 起可用