C# 클래스 KeeWebHelper.InputCommands.SendKeyCommand

상속: InputCommandBase
파일 보기 프로젝트 열기: keeweb/keeweb

공개 메소드들

메소드 설명
Down ( byte code ) : void
Execute ( ) : void
Press ( byte code ) : void
SendKeyCommand ( byte key, ModifierKeys modifiers ) : System
Up ( byte code ) : void

비공개 메소드들

메소드 설명
keybd_event ( byte bVk, byte bScan, uint dwFlags, UIntPtr dwExtraInfo ) : void

메소드 상세

Down() 공개 정적인 메소드

public static Down ( byte code ) : void
code byte
리턴 void

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Press() 공개 정적인 메소드

public static Press ( byte code ) : void
code byte
리턴 void

SendKeyCommand() 공개 메소드

public SendKeyCommand ( byte key, ModifierKeys modifiers ) : System
key byte
modifiers ModifierKeys
리턴 System

Up() 공개 정적인 메소드

public static Up ( byte code ) : void
code byte
리턴 void