Table of Contents

Class ContextAccessor

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll
public class ContextAccessor : IContextDirectAccessor, IDisposable
Inheritance
ContextAccessor
Implements

Constructors

ContextAccessor(IntPtr, int)

Properties

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.

Size

The size of the buffer. This should be the same as Context.Size.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose(bool)