enum_ASINFO Enumeration
Visual Studio 2015
Specifies state information about the Edit and Continue active statement.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Member name | Description | |
|---|---|---|
| ASINFO_LEAF | The active statement is in a leaf frame. | |
| ASINFO_MIDSTATEMENT | The active statement is partially executed. | |
| ASINFO_NONE | No information is available. | |
| ASINFO_NONUSER | The instructions in the intermediate instruction language that correspond to the line of code currently being debugged are not associated with user-owned code. |
Show: