C# Class WoW.Fishing.Utilities.Windows

ファイルを表示 Open project: trenus/Bots.WoW.Fishing

Private Properties

Property Type Description
FindWindow System.IntPtr
GetWindowRect bool
SetForegroundWindow bool
ShowWindowAsync bool

Public Methods

Method Description
ActivateBotWindow ( ) : void
ActivateGameWindow ( ) : void

Private Methods

Method Description
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
GetWindowRect ( IntPtr hWnd, Rectangle &rectangle ) : bool
SetForegroundWindow ( IntPtr hWnd ) : bool
ShowWindowAsync ( IntPtr hWnd, int nCmdShow ) : bool

Method Details

ActivateBotWindow() public static method

public static ActivateBotWindow ( ) : void
return void

ActivateGameWindow() public static method

public static ActivateGameWindow ( ) : void
return void