Table of Contents

Class VariablesEvaluationControlBase

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

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

public class VariablesEvaluationControlBase : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
VariablesEvaluationControlBase
Implements
Derived

Properties

Debugger

Gets or sets IScriptDebuggerBase which variables will be managed by this class.

ResultsTreeView
TreeController

Methods

CancelEvaluationAsync()

Cancels an evaluation task which is currently running.

OnDebuggerChanged(IScriptDebuggerBase, IScriptDebuggerBase)