Class ExecutionStoppedEventArgs
Provides data for the IScriptDebugger.ExecutionStopped
event.
public class ExecutionStoppedEventArgs : EventArgs, IEquatable<ExecutionStoppedEventArgs>
- Inheritance
-
ExecutionStoppedEventArgs
- Implements
Properties
- Exception
Gets or sets information about execution exception.
- Position
Gets or sets execution position (line number and file name).
- StopReason
Gets or sets reason of stop.
Methods
- Equals(ExecutionStoppedEventArgs)
Determines whether the specified object is equal to the current object.
- Equals(object)
Determines whether the specified object is equal to the current object.
- GetHashCode()
Serves as the default hash function.
- HasSamePositionAndException(ExecutionStoppedEventArgs?)
Determines whether the specified ExecutionStoppedEventArgs instance has the same execution position and exception as the current instance.
Operators
- operator ==(ExecutionStoppedEventArgs, ExecutionStoppedEventArgs)
Determines whether two ExecutionStoppedEventArgs instances are equal.
- operator !=(ExecutionStoppedEventArgs, ExecutionStoppedEventArgs)
Determines whether two ExecutionStoppedEventArgs instances are not equal.