DkmActiveStatementFlags 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.
Specifies active statement location.
This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5).
This enumeration supports a bitwise combination of its member values.
public enum class DkmActiveStatementFlags
[System.Flags]
public enum DkmActiveStatementFlags
[<System.Flags>]
type DkmActiveStatementFlags =
Public Enum DkmActiveStatementFlags
- Inheritance
-
DkmActiveStatementFlags
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | No location specified. |
| Leaf | 1 | Active statement is in a leaf frame. |
| MidStatement | 2 | Active statement is partially executed. |
| NonUser | 4 | Active statement IL is not in user code. |
| MethodUpToDate | 8 | The method is up to date. |