ICorDebugILFrame::GetLocalVariable 方法
取得這個通用中繼語言 (CIL) 堆疊框架中指定局部變數的值。
語法
HRESULT GetLocalVariable (
[in] DWORD dwIndex,
[out] ICorDebugValue **ppValue
);
參數
dwIndex
[in]這個 CIL 堆疊框架中局部變數的索引。
ppValue
[out]代表所擷取值的 ICorDebugValue 物件的位址指標。
備註
方法 GetLocalVariable
可用於 CIL 堆疊框架或 Just-In-Time 編譯框架中。
需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework 版本: 自 1.0 起提供