C# 클래스 BuildingCoder.Press

파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples 1 사용 예제들

공개 메소드들

메소드 설명
Keys ( string command ) : void

Post a sequence of keystrokes.

OneKey ( IntPtr handle, char letter ) : void

Post one single keystroke.

비공개 메소드들

메소드 설명
MapVirtualKey ( uint uCode, uint uMapType ) : uint
PostMessage ( IntPtr hWnd, uint msg, uint wParam, uint lParam ) : bool

메소드 상세

Keys() 공개 정적인 메소드

Post a sequence of keystrokes.
public static Keys ( string command ) : void
command string
리턴 void

OneKey() 공개 정적인 메소드

Post one single keystroke.
public static OneKey ( IntPtr handle, char letter ) : void
handle System.IntPtr
letter char
리턴 void