C# 클래스 At.FF.Krems.FullscreenBrowser.WindowManager

The window manager.
상속: IWindowManager
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

공개 메소드들

메소드 설명
ActivateWastlDisplay ( ) : void

Activates the WASTL display.

ClearBrowserCache ( ) : void

Clears the browser cache.

GetDocumentCookies ( string hostFilter = null ) : List

Gets the document cookies.

Init ( ) : void

Initializes this instance.

Reset ( ) : void

Resets this instance.

비공개 메소드들

메소드 설명
Initialize ( bool force = false ) : void

Initializes this instance.

메소드 상세

ActivateWastlDisplay() 공개 메소드

Activates the WASTL display.
public ActivateWastlDisplay ( ) : void
리턴 void

ClearBrowserCache() 공개 메소드

Clears the browser cache.
public ClearBrowserCache ( ) : void
리턴 void

GetDocumentCookies() 공개 메소드

Gets the document cookies.
public GetDocumentCookies ( string hostFilter = null ) : List
hostFilter string The host filter.
리턴 List

Init() 공개 메소드

Initializes this instance.
public Init ( ) : void
리턴 void

Reset() 공개 메소드

Resets this instance.
public Reset ( ) : void
리턴 void