C# Class BasicCommandHandlers.DynCommandHandlerPlugin

Inheritance: CommonServices.BasicCommandHandler, IDynCommandHandlerService
Afficher le fichier Open project: Invenietis/ck-certified

Private Properties

Свойство Type Description
HideSkin void
ToggleHostMinimized void

Méthodes publiques

Méthode Description
Exec ( string actionKey ) : void
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
Start ( ) : void

Méthodes protégées

Méthode Description
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

Private Methods

Méthode Description
HideSkin ( ) : void
ToggleHostMinimized ( ) : void

Method Details

Exec() public méthode

public Exec ( string actionKey ) : void
actionKey string
Résultat void

OnCommandSent() protected méthode

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
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