Enumerazione ILCodeKind
[Supportato in .NET Framework 4.5.2 e versioni successive]
Fornisce valori che specificano se il debugger può accedere a variabili locali o a codice aggiunto nella strumentazione ReJIT del profiler.
Sintassi
typedef enum ILCodeKind {
ILCODE_ORIGINAL_IL = 0x1,
ILCODE_REJIT_IL = 0x2,
} ILCodeKind;
Members
Nome del membro | Descrizione |
---|---|
ILCODE_ORIGINAL_IL |
Il debugger non ha accesso alle informazioni della strumentazione ReJIT. |
ILCODE_REJIT_IL |
Il debugger ha accesso alle informazioni della strumentazione ReJIT. |
Commenti
Un membro dell'enumerazione ILCodeKind
può essere passato ai metodi EnumerateLocalVariablesEx e GetLocalVariableEx per determinare se il debugger può accedere alle variabili aggiunte nella strumentazione ReJIT del profiler e al metodo GetCodeEx per determinare se il debugger può accedere a IL instrumentato.
Requisiti
Piattaforme: vedere Requisiti di sistema di .NET Framework.
Intestazione: CorDebug.idl, CorDebug.h
Libreria: CorGuids.lib
Versioni di .NET Framework: Disponibile da 4.5.2