Dumper.RemoveMemoryRaw(IntPtr, Int32) 메서드

정의

메모리 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)

매개 변수

pData
IntPtr

nativeint

데이터입니다.

size
Int32

메모리 raw의 크기입니다.

적용 대상