Class EvaluateDialog
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
public class EvaluateDialog : DialogWindow, INotifyPropertyChanged, ISupportInitialize, IComponent, INotifyDataErrorInfo, IDisposable
- Inheritance
-
EvaluateDialog
- Implements
Constructors
Properties
- Debugger
Gets or sets
IScriptDebuggerBase
used to evaluate expressions.
- EvaluateCurrentException
Gets or sets a value indicating whether current exception should be evaluated when dialog is displayed.
- Expression
Gets or sets an expression to be evaluated.
Methods
- EvaluateCurrentExpressionAsync()
Evaluates current expression asynchronously.
- GetInitialExpression()
Gets initial expression displayed when the evaluate dialog is displayed.
- Localize()
Localizes string resources.
Events
- WatchAdded
Occurs when current expression is added to the list of Watches.