C# 클래스 AutoTyper.AutoTyper

Code partially inspired by http://blogs.msdn.com/b/toub/archive/2006/05/03/589423.aspx
상속: IDisposable
파일 보기 프로젝트 열기: nmariot/AutoTyper 1 사용 예제들

공개 메소드들

메소드 설명
AutoTyper ( string autoTypedText ) : System

Default constructor

Dispose ( ) : void

Dispose : remove the key hook

비공개 메소드들

메소드 설명
CallNextHookEx ( IntPtr hk, int ncode, IntPtr wparam, IntPtr lparam ) : IntPtr
Debug ( string msg ) : void
GetModuleHandle ( string l ) : IntPtr
HookCallback ( int nCode, IntPtr wParam, IntPtr lParam ) : IntPtr

The callback called when a key has been typed

SetHook ( LowLevelKeyboardProc proc ) : IntPtr
SetWindowsHookEx ( int idHook, LowLevelKeyboardProc lpfn, IntPtr hMod, uint dwThreadId ) : IntPtr
UnhookWindowsHookEx ( IntPtr hk ) : bool

메소드 상세

AutoTyper() 공개 메소드

Default constructor
public AutoTyper ( string autoTypedText ) : System
autoTypedText string List of autotyped text
리턴 System

Dispose() 공개 메소드

Dispose : remove the key hook
public Dispose ( ) : void
리턴 void