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