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
targetRequestStartulongtarget address in dump file to copy destinationBufferSizeInBytes bytes from.
destinationBufferIntPtrpointer to copy the memory to.
destinationBufferSizeInBytesuintsize of the destinationBuffer in bytes.
Returns
- uint
Number of contiguous bytes successfully copied into the destination buffer.