Metodo ICorDebugILFrame::GetArgument
Ottiene il valore dell'argomento specificato in questo stack frame di Microsoft Intermediate Language (MSIL).
HRESULT GetArgument (
[in] DWORD dwIndex,
[out] ICorDebugValue **ppValue
);
Parametri
dwIndex
[in] L'indice dell'argomento in questo stack frame MSIL.ppValue
[out] Puntatore all'indirizzo di un oggetto ICorDebugValue che rappresenta il valore recuperato.
Note
Il metodo GetArgument può essere utilizzato in uno stack frame MSIL o in un frame compilato tramite JIT.
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