Click or drag to resize

ScriptController Class

Summary description for ScriptController.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.ScriptingScriptController

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ScriptController : IScriptController, 
	IMVCANController, IMVCAController, IMVCController, IDisposable, IApplyController

The ScriptController type exposes the following members.

Constructors
 NameDescription
Public methodScriptControllerInitializes a new instance of the ScriptController class
Public methodScriptController(IScriptText)Initializes a new instance of the ScriptController class
Public methodScriptController(IScriptText, ScriptExecutionHandler)Initializes a new instance of the ScriptController class
Top
Properties
Methods
 NameDescription
Public methodApply 
Public methodAttachView 
Public methodCancel 
Public methodCompile 
Public methodDetachView 
Public methodDisposeReleases all resources used by the ScriptController
Public methodEhView_GotoCompilerError 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecute 
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHasExecutionErrors 
Public methodInitialize 
Public methodInitializeDocument 
Public methodInternalCompiling 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRevert Try to revert changes to the model, i.e. restores the original state of the model.
Public methodSetText 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdate 
Top
Fields
 NameDescription
Protected field_scriptExecutionHandler 
Top
See Also