Udostępnij za pośrednictwem


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

Definition

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

Parameters

address
UInt64
size
UInt32
buffer
Byte[]
read
IntPtr

nativeint

Returns

Returns Int32.

Applies to