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.
Methods
- Equals(object)
Determines whether the specified object is equal to the current object.
- GetHashCode()
Serves as the default hash function.
Operators
- operator ==(ExecutionPosition, ExecutionPosition)
Determines whether two ExecutionPosition instances are equal.
- operator !=(ExecutionPosition, ExecutionPosition)
Determines whether two ExecutionPosition instances are not equal.