ICorDebugNativeFrame::GetLocalMemoryRegisterValue 方法
更新:2007 年 11 月
取得引數或區域變數的值,其中會針對此原生框架,將低位文字和高位文字分別存放在指定的暫存器和記憶體位置中。
HRESULT GetLocalMemoryRegisterValue (
[in] CORDB_ADDRESS highWordAddress,
[in] CorDebugRegister lowWordRegister,
[in] ULONG cbSigBlob,
[in] PCCOR_SIGNATURE pvSigBlob,
[out] ICorDebugValue **ppValue
);
參數
highWordAddress
[in] CORDB_ADDRESS 值,會指定包含值之高位文字的記憶體位置。lowWordRegister
[in] CorDebugRegister 列舉型別的值,會指定包含值之低位文字的暫存器。cbSigBlob
[in] 整數,指定 pvSigBlob 所參考之二進位中繼資料簽章的大小。pvSigBlob
[in] PCCOR_SIGNATURE 值,其指向該值之型別的二進位中繼資料簽章。ppValue
[out] ICorDebugValue 物件之位址的指標,代表存放在指定之暫存器和記憶體位置中所擷取的值。
需求
**平台:**請參閱 .NET Framework 系統需求。
**標頭:**CorDebug.idl
**程式庫:**CorGuids.lib
**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0