DkmEvaluationResultTypeModifierFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type modifier flags (ex: const). These are principally used by the debugger UI to select icons in the watch and other expression evaluation windows.
This enumeration supports a bitwise combination of its member values.
public enum class DkmEvaluationResultTypeModifierFlags
public enum class DkmEvaluationResultTypeModifierFlags
enum DkmEvaluationResultTypeModifierFlags
[System.Flags]
public enum DkmEvaluationResultTypeModifierFlags
[<System.Flags>]
type DkmEvaluationResultTypeModifierFlags =
Public Enum DkmEvaluationResultTypeModifierFlags
- Inheritance
-
DkmEvaluationResultTypeModifierFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. |
Virtual | 1 | Indicates that the represented method/property is virtual. |
Constant | 2 | Indicates that the represented value is a constant. |
Synchronized | 4 | Indicates that the represented method/class is synchronized. |
Volatile | 8 | Indicates that the represented field is volatile. |