ICorDebugNativeFrame::GetLocalMemoryRegisterValue 方法

取得引數或區域變數的值,其中低字組和高字組分別儲存在指定的暫存器和記憶體位置中,適用於此原生框架。

語法

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" 物件的位址指標,代表儲存在指定暫存器和記憶體位置的擷取值。

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 1.0 起提供

另請參閱