Table of Contents

Property RawBuffer

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

RawBuffer

A pointer to the raw buffer. The memory is pinned until this object is disposed. Check the context Flags to know which raw bytes are valid to be read.

IntPtr RawBuffer { get; }

Property Value

IntPtr