Table of Contents

Enum AgnosticContextFlags

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

Platform agnostic flags used to extract platform-specific context flag values

[Flags]
public enum AgnosticContextFlags

Fields

ContextAll = 63
ContextControl = 1
ContextDebugRegisters = 16
ContextFloatingPoint = 4
ContextInteger = 2
None = 0