C# Class Interaction.InteractionFacade

Afficher le fichier Open project: mikhailshilkov/FsPokerLogic

Méthodes publiques

Méthode 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 méthode

public static Focus ( string windowTitle ) : Point
windowTitle string
Résultat Point

GetRawWindowList() public static méthode

public static GetRawWindowList ( Size screenSize ) : IEnumerable
screenSize System.Drawing.Size
Résultat IEnumerable

GetWindow() public static méthode

public static GetWindow ( string windowTitle, Size screenSize ) : WindowInfo
windowTitle string
screenSize System.Drawing.Size
Résultat WindowInfo

GetWindowCount() public static méthode

public static GetWindowCount ( string searchString ) : int
searchString string
Résultat int

GetWindowList() public static méthode

public static GetWindowList ( Size screenSize, Size targetSize ) : IEnumerable
screenSize System.Drawing.Size
targetSize System.Drawing.Size
Résultat IEnumerable