C# 클래스 WindowsDesktop.ApplicationExtensions

파일 보기 프로젝트 열기: Grabacr07/VirtualDesktop

공개 메소드들

메소드 설명
IsPinned ( this app ) : bool
Pin ( this app ) : void
TogglePin ( this app ) : void
Unpin ( this app ) : void

비공개 메소드들

메소드 설명
GetWindowHandle ( this app ) : IntPtr

메소드 상세

IsPinned() 공개 정적인 메소드

public static IsPinned ( this app ) : bool
app this
리턴 bool

Pin() 공개 정적인 메소드

public static Pin ( this app ) : void
app this
리턴 void

TogglePin() 공개 정적인 메소드

public static TogglePin ( this app ) : void
app this
리턴 void

Unpin() 공개 정적인 메소드

public static Unpin ( this app ) : void
app this
리턴 void