ICorDebugNativeFrame.GetLocalMemoryRegisterValue Method

Definition

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

Parameters

highWordAddress
UInt64
lowWordRegister
CorDebugRegister
cbSigBlob
UInt32
pvSigBlob
Byte[]
ppValue
ICorDebugValue

Applies to