ENC_ACTIVE_STATEMENT Struct
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.
Contains information about active statements in Edit and Continue.
public value class ENC_ACTIVE_STATEMENT
struct ENC_ACTIVE_STATEMENT
public struct ENC_ACTIVE_STATEMENT
type ENC_ACTIVE_STATEMENT = struct
Public Structure ENC_ACTIVE_STATEMENT
- Inheritance
-
ENC_ACTIVE_STATEMENT
Fields
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 |
TextSpan for the active statement. |