Share via


IDebugMemoryBytes2.ReadAt Method

Definition

public:
 int ReadAt(Microsoft::VisualStudio::Debugger::Interop::IDebugMemoryContext2 ^ pStartContext, System::UInt32 dwCount, cli::array <System::Byte> ^ rgbMemory, [Runtime::InteropServices::Out] System::UInt32 % pdwRead, [Runtime::InteropServices::Out] System::UInt32 % pdwUnreadable);
public int ReadAt (Microsoft.VisualStudio.Debugger.Interop.IDebugMemoryContext2 pStartContext, uint dwCount, byte[] rgbMemory, out uint pdwRead, out uint pdwUnreadable);
abstract member ReadAt : Microsoft.VisualStudio.Debugger.Interop.IDebugMemoryContext2 * uint32 * byte[] * uint32 * uint32 -> int
Public Function ReadAt (pStartContext As IDebugMemoryContext2, dwCount As UInteger, rgbMemory As Byte(), ByRef pdwRead As UInteger, ByRef pdwUnreadable As UInteger) As Integer

Parameters

pStartContext
IDebugMemoryContext2
dwCount
UInt32
rgbMemory
Byte[]
pdwRead
UInt32
pdwUnreadable
UInt32

Returns

Applies to