ICorDebugNativeFrame.GetLocalDoubleRegisterValue Method

Definition

public:
 void GetLocalDoubleRegisterValue(Microsoft::VisualStudio::CorDebugInterop::CorDebugRegister highWordReg, Microsoft::VisualStudio::CorDebugInterop::CorDebugRegister lowWordReg, System::UInt32 cbSigBlob, cli::array <System::Byte> ^ pvSigBlob, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ % ppValue);
public void GetLocalDoubleRegisterValue (Microsoft.VisualStudio.CorDebugInterop.CorDebugRegister highWordReg, Microsoft.VisualStudio.CorDebugInterop.CorDebugRegister lowWordReg, uint cbSigBlob, byte[] pvSigBlob, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue ppValue);
abstract member GetLocalDoubleRegisterValue : Microsoft.VisualStudio.CorDebugInterop.CorDebugRegister * Microsoft.VisualStudio.CorDebugInterop.CorDebugRegister * uint32 * byte[] * ICorDebugValue -> unit
Public Sub GetLocalDoubleRegisterValue (highWordReg As CorDebugRegister, lowWordReg As CorDebugRegister, cbSigBlob As UInteger, pvSigBlob As Byte(), ByRef ppValue As ICorDebugValue)

Parameters

highWordReg
CorDebugRegister
lowWordReg
CorDebugRegister
cbSigBlob
UInt32
pvSigBlob
Byte[]
ppValue
ICorDebugValue

Applies to