分享方式:


ICorDebugNativeFrame::GetLocalDoubleRegisterValue 方法

針對儲存在此原生框架的兩個指定暫存器取得其引數或區域變數值。

語法

HRESULT GetLocalDoubleRegisterValue (  
    [in] CorDebugRegister   highWordReg,  
    [in] CorDebugRegister   lowWordReg,  
    [in] ULONG              cbSigBlob,  
    [in] PCCOR_SIGNATURE    pvSigBlob,  
    [out] ICorDebugValue    **ppValue  
);  

參數

highWordReg
[in] "CorDebugRegister" 列舉的值,指定包含值高字組的暫存器。

lowWordReg
[in] CorDebugRegister 列舉的值,指定包含值低字組的暫存器。

cbSigBlob
[in] 整數,指定 pvSigBlob 參數所參考的二進位中繼資料特徵標記大小。

pvSigBlob
[in] PCCOR_SIGNATURE 值,指向值型別的二進位中繼資料特徵標記。

ppValue
[out]「ICorDebugValue」物件的位址指標,代表儲存在指定暫存器的擷取值。

備註

GetLocalDoubleRegisterValue 方法可使用於原生框架或 Just-In-Time (JIT) 編譯框架。

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 1.0 起提供

另請參閱