C# 클래스 BasicCommandHandlers.NewSendKeyCommandHandlerPlugin

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

Private Properties

프로퍼티 타입 설명
DoSendKeys void

공개 메소드들

메소드 설명
SendKey ( object sender, string key ) : void
SendKey ( string key ) : void

Send the key represented using the SendKeys Class. KeySending event is fired, then the key is sent and KeySent event is fired.

Start ( ) : void
Stop ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
DoSendKeys ( object sender, string key ) : void

메소드 상세

OnCommandSent() 보호된 메소드

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

SendKey() 공개 메소드

public SendKey ( object sender, string key ) : void
sender object
key string
리턴 void

SendKey() 공개 메소드

Send the key represented using the SendKeys Class. KeySending event is fired, then the key is sent and KeySent event is fired.
public SendKey ( string key ) : void
key string Representation of a key, using syntax
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void