ICorDebugNativeFrame.GetLocalRegisterMemoryValue Method

Definition

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

Parameters

highWordReg
CorDebugRegister
lowWordAddress
UInt64
cbSigBlob
UInt32
pvSigBlob
Byte[]
ppValue
ICorDebugValue

Applies to