C# 클래스 kaorun55.CommandPromptVoiceController

파일 보기 프로젝트 열기: kaorun55/kinect_sdk_sandbox

공개 메소드들

메소드 설명
CommandPromptVoiceController ( ) : System
Exit ( ) : void
FindPrompt ( ) : void

비공개 메소드들

메소드 설명
EnumWindows ( EnumWindowsDelegate lpEnumFunc, int lParam ) : int
GetWindowText ( IntPtr hWnd, StringBuilder lpString, int nMaxCount ) : int
IsWindowVisible ( IntPtr hWnd ) : int
SendKey ( IntPtr window, string key ) : void
SetForegroundWindow ( IntPtr hWnd ) : bool

메소드 상세

CommandPromptVoiceController() 공개 메소드

public CommandPromptVoiceController ( ) : System
리턴 System

Exit() 공개 메소드

public Exit ( ) : void
리턴 void

FindPrompt() 공개 메소드

public FindPrompt ( ) : void
리턴 void