C# 클래스 BasicCommandHandlers.DynCommandHandlerPlugin

상속: CommonServices.BasicCommandHandler, IDynCommandHandlerService
파일 보기 프로젝트 열기: Invenietis/ck-certified

Private Properties

프로퍼티 타입 설명
HideSkin void
ToggleHostMinimized void

공개 메소드들

메소드 설명
Exec ( string actionKey ) : void
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
Start ( ) : void

보호된 메소드들

메소드 설명
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

비공개 메소드들

메소드 설명
HideSkin ( ) : void
ToggleHostMinimized ( ) : void

메소드 상세

Exec() 공개 메소드

public Exec ( string actionKey ) : void
actionKey string
리턴 void

OnCommandSent() 보호된 메소드

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
리턴 void

Setup() 공개 메소드

public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
info CK.Plugin.IPluginSetupInfo
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void