Skip to content

NativeMethods.ThreadContextFlags ​

Flags that specify the context of a thread, used in the CONTEXT structure.

Kind: Enum

Namespace: ConnectorLib

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

ThreadContextFlags

AMD64

Specifies that the context is for x64 architecture.

ThreadContextFlags

Control

Includes control registers in the context.

ThreadContextFlags

Integer

Includes integer registers in the context.

ThreadContextFlags

Full

Includes both control and integer registers.

Enums

NativeMethods.ThreadContextFlags

[AMD64 = 1048576, Control = 1048577, Integer = 1048578, Full = 1048579]

Flags that specify the context of a thread, used in the CONTEXT structure.