C# Class Interaction.InteractionFacade

Show file Open project: mikhailshilkov/FsPokerLogic

Public Methods

Method Description
Focus ( string windowTitle ) : Point
GetRawWindowList ( Size screenSize ) : IEnumerable
GetWindow ( string windowTitle, Size screenSize ) : WindowInfo
GetWindowCount ( string searchString ) : int
GetWindowList ( Size screenSize, Size targetSize ) : IEnumerable

Method Details

Focus() public static method

public static Focus ( string windowTitle ) : Point
windowTitle string
return Point

GetRawWindowList() public static method

public static GetRawWindowList ( Size screenSize ) : IEnumerable
screenSize System.Drawing.Size
return IEnumerable

GetWindow() public static method

public static GetWindow ( string windowTitle, Size screenSize ) : WindowInfo
windowTitle string
screenSize System.Drawing.Size
return WindowInfo

GetWindowCount() public static method

public static GetWindowCount ( string searchString ) : int
searchString string
return int

GetWindowList() public static method

public static GetWindowList ( Size screenSize, Size targetSize ) : IEnumerable
screenSize System.Drawing.Size
targetSize System.Drawing.Size
return IEnumerable