Dumper.AddMemoryRaw(IntPtr, Int32) Method

Definition

Adds a memory raw.

public:
 void AddMemoryRaw(IntPtr pData, int size);
public void AddMemoryRaw (IntPtr pData, int size);
member this.AddMemoryRaw : nativeint * int -> unit
Public Sub AddMemoryRaw (pData As IntPtr, size As Integer)

Parameters

pData
IntPtr

nativeint

The data.

size
Int32

The size of the memory raw.

Applies to