C# Class FileLauncher.Launcher

Inheritance: IPlugin, IFileLauncherService
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
Launch ( IWildFile f ) : void
LoadFromCommand ( string command, Action loaded ) : void
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
Start ( ) : void
Stop ( ) : void
Teardown ( ) : void

Method Details

Launch() public méthode

public Launch ( IWildFile f ) : void
f IWildFile
Résultat void

LoadFromCommand() public méthode

public LoadFromCommand ( string command, Action loaded ) : void
command string
loaded Action
Résultat void

Setup() public méthode

public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
info CK.Plugin.IPluginSetupInfo
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Teardown() public méthode

public Teardown ( ) : void
Résultat void