C# Class ST.Client.LocalLauncher

Inheritance: ISystemLauncher
Datei anzeigen Open project: storyteller/Storyteller

Public Methods

Method Description
AssertValid ( ) : void
LocalLauncher ( Project project, ISystem system ) : System
Start ( IEngineController remoteController ) : void
Teardown ( ) : void

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

LocalLauncher() public method

public LocalLauncher ( Project project, ISystem system ) : System
project StoryTeller.Project
system ISystem
return System

Start() public method

public Start ( IEngineController remoteController ) : void
remoteController IEngineController
return void

Teardown() public method

public Teardown ( ) : void
return void