DkmEvaluationResultAccessType Enum

Definition

Specifies the access control level (public, private, etc) of the represented field/method/property. This is principally used by the debugger UI to select icons in the watch and other expression evaluation windows.

C++/CX
public enum class DkmEvaluationResultAccessType
Inheritance
DkmEvaluationResultAccessType

Fields

Name Value Description
None 0

Not applicable (the result of the expression is not a field of a class).

Public 1

Indicates that the result of the expression is a public field.

Private 2

Indicates that the result of the expression is a private field.

Protected 3

Indicates that the result of the expression is a protected field.

Final 4

Indicates that the result of the expression is a final field.

Internal 5

Indicates that the result of the expression is an internal field.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022