Share via


Enumerazione CorDebugStateChange

Descrive la quantità di dati memorizzati nella cache da rimuovere in base alle modifiche apportate al processo.

Sintassi

typedef enum CorDebugStateChange
{
    PROCESS_RUNNING = 0x0000001,
    FLUSH_ALL       = 0x0000002,
} CorDebugStateChange;

Members

Membro Descrizione
PROCESS_RUNNING Il processo ha raggiunto un nuovo stato di memoria tramite l'esecuzione diretta.
FLUSH_ALL La memoria del processo può essere diversa in modo arbitrario rispetto allo stato precedente.

Commenti

Un membro dell'enumerazione CorDebugStateChange viene fornito come argomento quando il debugger chiama il ProcessStateChanged metodo con ICorDebugProcess4::P rocessStateChanged o ICorDebugProcess6::P rocessStateChanged

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorDebug.idl, CorDebug.h

Libreria: CorGuids.lib

Versioni di .NET Framework: Disponibile dalla versione 2.0

Vedi anche