enum_ASINFO 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 state information about the Edit and Continue active statement.
public enum class enum_ASINFO
public enum class enum_ASINFO
enum enum_ASINFO
public enum enum_ASINFO
type enum_ASINFO =
Public Enum enum_ASINFO
- Inheritance
-
enum_ASINFO
Fields
Name | Value | Description |
---|---|---|
ASINFO_NONE | 0 | No information is available. |
ASINFO_LEAF | 1 | The active statement is in a leaf frame. |
ASINFO_MIDSTATEMENT | 2 | The active statement is partially executed. |
ASINFO_NONUSER | 4 | The instructions in the intermediate instruction language that correspond to the line of code currently being debugged are not associated with user-owned code. |