Class ExecutionPosition
Represents information describes process's execution position.
public class ExecutionPosition
- Inheritance
-
ExecutionPosition
Properties
- EndColumn
Gets or sets end column number that is executed.
- EndLine
Gets or sets end line number that is executed.
- File
Gets or sets the name of the file that is executed.
- Line
Gets or sets line number that is executed.
- StartColumn
Gets or sets start column number that is executed.
- StartLine
Gets or sets start line number that is executed.