CorDebugStateChange 列舉
描述依據處理序變更而必須捨棄的快取資料量。
語法
typedef enum CorDebugStateChange
{
PROCESS_RUNNING = 0x0000001,
FLUSH_ALL = 0x0000002,
} CorDebugStateChange;
成員
member | 描述 |
---|---|
PROCESS_RUNNING |
處理序透過向前執行已達到新的記憶體狀態。 |
FLUSH_ALL |
指定的處理序記憶體可能與先前的記憶體不同。 |
備註
當偵錯工具使用 ICorDebugProcess4::ProcessStateChanged 或 ICorDebugProcess6::ProcessStateChanged 呼叫 ProcessStateChanged
方法時,會以引數的形式提供 CorDebugStateChange
列舉的成員
規格需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework版本:自 2.0 起可用