DkmClrValueFlags 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.
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
Name | Value | Description |
---|---|---|
None | 0 | No value flags set. |
Error | 1 | Indicates that the evaluation did not succeed and has returned an error message. |
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. |