C# Class OpenIDE.CodeEngine.Core.ReactiveScripts.ReactiveScriptEngine

Afficher le fichier Open project: continuoustests/OpenIDE Class Usage Examples

Méthodes publiques

Méthode Description
GetState ( string name ) : string
Handle ( string message ) : void
ReactiveScriptEngine ( string path, PluginLocator locator, string>.Action outputDispatcher, Action dispatch ) : System
Shutdown ( ) : void

Private Methods

Méthode Description
handleScriptTouched ( string message, ScriptTouchEvents type ) : void
removeScript ( string file ) : void

Method Details

GetState() public méthode

public GetState ( string name ) : string
name string
Résultat string

Handle() public méthode

public Handle ( string message ) : void
message string
Résultat void

ReactiveScriptEngine() public méthode

public ReactiveScriptEngine ( string path, PluginLocator locator, string>.Action outputDispatcher, Action dispatch ) : System
path string
locator OpenIDE.Core.Language.PluginLocator
outputDispatcher string>.Action
dispatch Action
Résultat System

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void