Condividi tramite


Metodo ICorDebugILFrame::GetLocalVariable

Ottiene il valore della variabile locale specificata in questo stack frame di Microsoft Intermediate Language (MSIL).

HRESULT GetLocalVariable (
    [in] DWORD                  dwIndex,
    [out] ICorDebugValue        **ppValue
);

Parametri

  • dwIndex
    [in] Indice della variabile locale in questo stack frame MSIL.

  • ppValue
    [out] Puntatore all'indirizzo di un oggetto ICorDebugValue che rappresenta il valore recuperato.

Note

Il metodo GetLocalVariable può essere utilizzato in uno stack frame MSIL o in un frame compilato tramite JIT (Just-In-Time).

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorDebug.idl, CorDebug.h

Libreria: CorGuids.lib

Versioni di .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Vedere anche

Riferimenti

Interfaccia ICorDebugILFrame