Table of Contents

Property Flags

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

Flags

Get the flags associated with the context.

public ContextFlags Flags { get; set; }

Property Value

ContextFlags

Remarks

Flags are platform specific and generally indicate which parts of the context are valid. Flags will affect which registers are available (EnumerateRegisters), potentially the Size of the context, and how contexts are compared. Expanding the active flags means newly included registers have an uninitialized value. A context could be completely constructed late-bound by setting the Flags and then calling SetRegisterByName on each regsister