메소드 | 설명 | |
---|---|---|
Press ( Keys key ) : void | ||
Press ( Keys modifier, Keys key ) : void | ||
Release ( Keys key ) : void | ||
Release ( Keys modifier, Keys key ) : void |
메소드 | 설명 | |
---|---|---|
Press ( byte key ) : void | ||
Press ( byte keyModifier, byte key ) : void | ||
Release ( byte key ) : void | ||
Release ( byte keyModifier, byte key ) : void | ||
keybd_event ( byte bVk, byte bScan, uint dwFlags, uint dwExtraInfo ) : void |
public static Press ( Keys modifier, Keys key ) : void | ||
modifier | Keys | |
key | Keys | |
리턴 | void |
public static Release ( Keys modifier, Keys key ) : void | ||
modifier | Keys | |
key | Keys | |
리턴 | void |