ICorDebugProcess.WriteMemory(UInt64, UInt32, Byte[], IntPtr) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- address
- UInt64
- size
- UInt32
- buffer
- Byte[]
- written
- IntPtr