Share via


DkmClrValueFlags Enum

Definition

Flags which indicate attributes of a CLR value.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

This enumeration supports a bitwise combination of its member values.

public enum class DkmClrValueFlags
public enum class DkmClrValueFlags
enum DkmClrValueFlags
[System.Flags]
public enum DkmClrValueFlags
[<System.Flags>]
type DkmClrValueFlags = 
Public Enum DkmClrValueFlags
Inheritance
DkmClrValueFlags
Attributes

Fields

Error 1

Indicates that the evaluation did not succeed and has returned an error message.

None 0

No value flags set.

Synthetic 2

Indicates that the value exists only in the debugger and is not backed by a real value in the process being debugged.

Void 4

Indicates that the evaluation returned a void value.

Applies to