enum_ASINFO Enumeration

 

Specifies state information about the Edit and Continue active statement.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

public enum enum_ASINFO

Member nameDescription
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.

Return to top
Show: