Condividi tramite


IDebugMemoryBytes2.WriteAt(IDebugMemoryContext2, UInt32, Byte[]) Method

Definition

public:
 int WriteAt(Microsoft::VisualStudio::Debugger::Interop::IDebugMemoryContext2 ^ pStartContext, System::UInt32 dwCount, cli::array <System::Byte> ^ rgbMemory);
public int WriteAt (Microsoft.VisualStudio.Debugger.Interop.IDebugMemoryContext2 pStartContext, uint dwCount, byte[] rgbMemory);
abstract member WriteAt : Microsoft.VisualStudio.Debugger.Interop.IDebugMemoryContext2 * uint32 * byte[] -> int
Public Function WriteAt (pStartContext As IDebugMemoryContext2, dwCount As UInteger, rgbMemory As Byte()) As Integer

Parameters

pStartContext
IDebugMemoryContext2
dwCount
UInt32
rgbMemory
Byte[]

Returns

Applies to