Method ReadPartialMemory
ReadPartialMemory(ulong, IntPtr, uint)
Read memory from target and copy it to the local buffer pointed to by destinationBuffer.
public uint ReadPartialMemory(ulong targetRequestStart, IntPtr destinationBuffer, uint destinationBufferSizeInBytes)
Parameters
targetRequestStart
ulongtarget address in dump file to copy destinationBufferSizeInBytes bytes from.
destinationBuffer
IntPtrpointer to copy the memory to.
destinationBufferSizeInBytes
uintsize of the destinationBuffer in bytes.
Returns
- uint
Number of contiguous bytes successfully copied into the destination buffer.