C# 클래스 CK.Plugins.SendInputDriver.SendStringPlugin

상속: IPlugin, ISendStringService, IDynamicService
파일 보기 프로젝트 열기: Invenietis/ck-certified

Private Properties

프로퍼티 타입 설명
DoSendString void

공개 메소드들

메소드 설명
SendKeyboardKey ( Native key ) : void
SendString ( object sender, string s ) : void
SendString ( string s ) : void
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
Start ( ) : void
Stop ( ) : void
Teardown ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
DoSendString ( object sender, string s ) : void

메소드 상세

OnCommandSent() 보호된 메소드

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

SendKeyboardKey() 공개 메소드

public SendKeyboardKey ( Native key ) : void
key Native
리턴 void

SendString() 공개 메소드

public SendString ( object sender, string s ) : void
sender object
s string
리턴 void

SendString() 공개 메소드

public SendString ( string s ) : void
s string
리턴 void

Setup() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Teardown() 공개 메소드

public Teardown ( ) : void
리턴 void