C# Class FileLauncher.Launcher

Inheritance: IPlugin, IFileLauncherService
Exibir arquivo Open project: Invenietis/ck-certified

Public Methods

Method 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 method

public Launch ( IWildFile f ) : void
f IWildFile
return void

LoadFromCommand() public method

public LoadFromCommand ( string command, Action loaded ) : void
command string
loaded Action
return void

Setup() public method

public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
info CK.Plugin.IPluginSetupInfo
return bool

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Teardown() public method

public Teardown ( ) : void
return void