ICorDebugProcess.WriteMemory(UInt64, UInt32, Byte[], IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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