C# 클래스 SebWindowsClient.BlockShortcutsUtils.SebKeyCapture.KBDLLHOOKSTRUCT

파일 보기 프로젝트 열기: SafeExamBrowser/seb-win 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
extra System.IntPtr
flags int
key Keys
scanCode int
time int

프로퍼티 상세

extra 공개적으로 프로퍼티

public IntPtr,System extra
리턴 System.IntPtr

flags 공개적으로 프로퍼티

public int flags
리턴 int

key 공개적으로 프로퍼티

public Keys key
리턴 Keys

scanCode 공개적으로 프로퍼티

public int scanCode
리턴 int

time 공개적으로 프로퍼티

public int time
리턴 int