Table of Contents

Class VariablesEvaluationControlBase

Namespace
Alternet.Scripter.Debugger.UI.Wpf
Assembly
Alternet.Scripter.Debugger.UI.Wpf.v9.dll

Provides a base class to evaluate list of expressions during script debugging. This class is abstract.

public abstract class VariablesEvaluationControlBase : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, EvaluationResultsTreeController.IHost
Inheritance
VariablesEvaluationControlBase
Implements
Derived
Extension Methods

Properties

Debugger

Gets or sets IScriptDebuggerBase which expressions are evaluated by this class.

ResultsTreeView
TreeController

Methods

CancelEvaluationAsync()

Cancels an evaluation task which is currently running.

OnDebuggerChanged(IScriptDebuggerBase, IScriptDebuggerBase)
UpdateResultsTreeView(Func<Task>)