C# 클래스 WindowsPhoneTestFramework.Server.AutomationController.WindowsPhone.Emulator.Win8EmulatorInputController

The win 8 emulator input controller.
상속: WindowsPhoneTestFramework.Server.WindowsPhoneDeviceController.WindowsPhoneWindowsEmulatorDisplayInputController
파일 보기 프로젝트 열기: Expensify/WindowsPhoneTestFramework 1 사용 예제들

공개 메소드들

메소드 설명
EnsureHardwareKeyboardDisabled ( ) : void

The ensure hardware keyboard disabled.

EnsureHardwareKeyboardEnabled ( ) : void

The ensure hardware keyboard enabled.

GetEmulator ( System.Management.ManagementScope scope ) : System.Management.ManagementObject

The get emulator.

SendKeyLongPress ( KeyboardKeyCode virtualKeyCode, System.TimeSpan duration ) : void

The send key long press.

SendKeyPress ( VirtualKeyCode hardwareButtonToKeyCode ) : void

The send key press.

비공개 메소드들

메소드 설명
GetComputerKeyboard ( ) : System.Management.ManagementObject

The get computer keyboard.

GetComputerKeyboard ( System.Management.ManagementObject vm ) : System.Management.ManagementObject

The get computer keyboard.

InvokeMethod ( string methodName, object>.Dictionary parameters ) : System.Management.ManagementBaseObject

The invoke method.

메소드 상세

EnsureHardwareKeyboardDisabled() 공개 메소드

The ensure hardware keyboard disabled.
public EnsureHardwareKeyboardDisabled ( ) : void
리턴 void

EnsureHardwareKeyboardEnabled() 공개 메소드

The ensure hardware keyboard enabled.
public EnsureHardwareKeyboardEnabled ( ) : void
리턴 void

GetEmulator() 공개 정적인 메소드

The get emulator.
public static GetEmulator ( System.Management.ManagementScope scope ) : System.Management.ManagementObject
scope System.Management.ManagementScope /// The scope. ///
리턴 System.Management.ManagementObject

SendKeyLongPress() 공개 메소드

The send key long press.
public SendKeyLongPress ( KeyboardKeyCode virtualKeyCode, System.TimeSpan duration ) : void
virtualKeyCode KeyboardKeyCode /// The virtual key code. ///
duration System.TimeSpan /// The duration. ///
리턴 void

SendKeyPress() 공개 메소드

The send key press.
public SendKeyPress ( VirtualKeyCode hardwareButtonToKeyCode ) : void
hardwareButtonToKeyCode VirtualKeyCode /// The hardware button to key code. ///
리턴 void