Class ActiveThreadChangedEventArgs
Provides data for the IScriptDebugger.ActiveThreadChanged
event.
public class ActiveThreadChangedEventArgs : EventArgs
- Inheritance
-
ActiveThreadChangedEventArgs
Properties
- ActivatedThread
Gets or sets newly activated thread.
- DeactivatedThread
Gets or sets deactivated thread.
- ErrorMessage
Gets or sets an error message. Non empty if some error occurred while changing active thread.