C# 클래스 OpenIDE.CodeEngine.Core.ReactiveScripts.ReactiveScriptEngine

파일 보기 프로젝트 열기: continuoustests/OpenIDE 1 사용 예제들

공개 메소드들

메소드 설명
GetState ( string name ) : string
Handle ( string message ) : void
ReactiveScriptEngine ( string path, PluginLocator locator, string>.Action outputDispatcher, Action dispatch ) : System
Shutdown ( ) : void

비공개 메소드들

메소드 설명
handleScriptTouched ( string message, ScriptTouchEvents type ) : void
removeScript ( string file ) : void

메소드 상세

GetState() 공개 메소드

public GetState ( string name ) : string
name string
리턴 string

Handle() 공개 메소드

public Handle ( string message ) : void
message string
리턴 void

ReactiveScriptEngine() 공개 메소드

public ReactiveScriptEngine ( string path, PluginLocator locator, string>.Action outputDispatcher, Action dispatch ) : System
path string
locator OpenIDE.Core.Language.PluginLocator
outputDispatcher string>.Action
dispatch Action
리턴 System

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void