C# 클래스 Interaction.InteractionFacade

파일 보기 프로젝트 열기: mikhailshilkov/FsPokerLogic

공개 메소드들

메소드 설명
Focus ( string windowTitle ) : Point
GetRawWindowList ( Size screenSize ) : IEnumerable
GetWindow ( string windowTitle, Size screenSize ) : WindowInfo
GetWindowCount ( string searchString ) : int
GetWindowList ( Size screenSize, Size targetSize ) : IEnumerable

메소드 상세

Focus() 공개 정적인 메소드

public static Focus ( string windowTitle ) : Point
windowTitle string
리턴 Point

GetRawWindowList() 공개 정적인 메소드

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

GetWindow() 공개 정적인 메소드

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

GetWindowCount() 공개 정적인 메소드

public static GetWindowCount ( string searchString ) : int
searchString string
리턴 int

GetWindowList() 공개 정적인 메소드

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