ICorDebugProcess.ReadMemory(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:
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.