DkmEvaluationResultTypeModifierFlags Enum

Definition

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

Constant 2

Indicates that the represented value is a constant.

None 0

None.

Synchronized 4

Indicates that the represented method/class is synchronized.

Virtual 1

Indicates that the represented method/property is virtual.

Volatile 8

Indicates that the represented field is volatile.

Applies to