Share via


Dumper.RemoveMemoryRaw(IntPtr, Int32) Method

Definition

Removes the memory raw.

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

Parameters

pData
IntPtr

nativeint

The data.

size
Int32

The size of the memory raw.

Applies to