ENC_ACTIVE_STATEMENT Structure
Visual Studio 2015
Contains information about active statements in Edit and Continue.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | ASINFO | enum_ASINFO flags with extra information about the current state. |
![]() | filename | The .pdb filename for the active statement. |
![]() | id | Unique identifier of the active statement. |
![]() | methodToken | Token of the active method. |
![]() | posType | An enum_POSITION_TYPE that determines the meaning of the tsPosition and filename members of this structure. |
![]() | tsPosition | TextSpan for the active statement. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

