C# 클래스 WoW.Fishing.Utilities.Windows

파일 보기 프로젝트 열기: trenus/Bots.WoW.Fishing

Private Properties

프로퍼티 타입 설명
FindWindow System.IntPtr
GetWindowRect bool
SetForegroundWindow bool
ShowWindowAsync bool

공개 메소드들

메소드 설명
ActivateBotWindow ( ) : void
ActivateGameWindow ( ) : void

비공개 메소드들

메소드 설명
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
GetWindowRect ( IntPtr hWnd, Rectangle &rectangle ) : bool
SetForegroundWindow ( IntPtr hWnd ) : bool
ShowWindowAsync ( IntPtr hWnd, int nCmdShow ) : bool

메소드 상세

ActivateBotWindow() 공개 정적인 메소드

public static ActivateBotWindow ( ) : void
리턴 void

ActivateGameWindow() 공개 정적인 메소드

public static ActivateGameWindow ( ) : void
리턴 void