C# Class ST.Client.LocalLauncher

Inheritance: ISystemLauncher
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

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

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

LocalLauncher() public méthode

public LocalLauncher ( Project project, ISystem system ) : System
project StoryTeller.Project
system ISystem
Résultat System

Start() public méthode

public Start ( IEngineController remoteController ) : void
remoteController IEngineController
Résultat void

Teardown() public méthode

public Teardown ( ) : void
Résultat void