Udostępnij za pośrednictwem


ICorDebugProcess.WriteMemory(UInt64, UInt32, Byte[], IntPtr) Method

Definition

public:
 void WriteMemory(System::UInt64 address, System::UInt32 size, cli::array <System::Byte> ^ buffer, [Runtime::InteropServices::Out] IntPtr % written);
public void WriteMemory (ulong address, uint size, byte[] buffer, out IntPtr written);
abstract member WriteMemory : uint64 * uint32 * byte[] * nativeint -> unit
Public Sub WriteMemory (address As ULong, size As UInteger, buffer As Byte(), ByRef written As IntPtr)

Parameters

address
UInt64
size
UInt32
buffer
Byte[]
written
IntPtr

nativeint

Applies to