ExecutionEventArgs PropertiesExecutionEventArgs PropertiesExecutionEventArgs Properties

The ExecutionEventArgsExecutionEventArgsExecutionEventArgs type exposes the following members.

Properties

 PropertyDescription
Public propertyEventTypeEventTypeEventType Gets the type of the execution event.
Public propertyLabelLabelLabel Gets the label associated with this event.
Public propertyLineNumberLineNumberLineNumber Gets the line number of the instruction that raised the event.
Public propertyLinePositionLinePositionLinePosition Gets the character position within LineNumberLineNumberLineNumber of the instruction that raised the event.
Public propertySourceUriSourceUriSourceUri Gets the URI of the source file containing the instruction that caused the event.

Top