C# 클래스 Switcheroo.Core.AppWindow

This class is a wrapper around the Win32 api window handles
상속: ManagedWinapi.Windows.SystemWindow
파일 보기 프로젝트 열기: kvakulo/Switcheroo 1 사용 예제들

공개 메소드들

메소드 설명
AppWindow ( IntPtr HWnd ) : System
IsAltTabWindow ( ) : bool
SwitchTo ( ) : void

Sets the focus to this window and brings it to the foreground.

SwitchToLastVisibleActivePopup ( ) : void

비공개 메소드들

메소드 설명
GetExecutablePath ( int processId ) : string
GetLastActiveVisiblePopup ( ) : IntPtr
HasAppropriateApplicationViewCloakType ( ) : bool
HasITaskListDeletedProperty ( ) : bool
HasWindowTitle ( ) : bool
IsAppWindow ( ) : bool
IsApplicationFrameWindow ( ) : bool
IsCoreWindow ( ) : bool
IsNoActivate ( ) : bool
IsOwnerOrOwnerNotVisible ( ) : bool
IsToolWindow ( ) : bool

메소드 상세

AppWindow() 공개 메소드

public AppWindow ( IntPtr HWnd ) : System
HWnd System.IntPtr
리턴 System

IsAltTabWindow() 공개 메소드

public IsAltTabWindow ( ) : bool
리턴 bool

SwitchTo() 공개 메소드

Sets the focus to this window and brings it to the foreground.
public SwitchTo ( ) : void
리턴 void

SwitchToLastVisibleActivePopup() 공개 메소드

public SwitchToLastVisibleActivePopup ( ) : void
리턴 void