Property Flags
Flags
Get the flags associated with the context.
public ContextFlags Flags { get; set; }
Property Value
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