C# 클래스 SleepHunter.Macro.WindowAutomator.KeyParameter

파일 보기 프로젝트 열기: ewrogers/SleepHunter4

공개 메소드들

메소드 설명
KeyParameter ( short repeatCount, byte scanCode, bool isExtendedKey = false, bool contextCode = false, bool previousState = false, bool transitionState = true ) : System
KeyParameter ( uint lParam ) : System
ToLParam ( ) : UIntPtr

메소드 상세

KeyParameter() 공개 메소드

public KeyParameter ( short repeatCount, byte scanCode, bool isExtendedKey = false, bool contextCode = false, bool previousState = false, bool transitionState = true ) : System
repeatCount short
scanCode byte
isExtendedKey bool
contextCode bool
previousState bool
transitionState bool
리턴 System

KeyParameter() 공개 메소드

public KeyParameter ( uint lParam ) : System
lParam uint
리턴 System

ToLParam() 공개 메소드

public ToLParam ( ) : UIntPtr
리턴 System.UIntPtr