C# Class At.FF.Krems.FullscreenBrowser.WindowManager

The window manager.
Inheritance: IWindowManager
Mostrar archivo Open project: Grisu-NOE/Infoscreen

Public Methods

Method Description
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.

Private Methods

Method Description
Initialize ( bool force = false ) : void

Initializes this instance.

Method Details

ActivateWastlDisplay() public method

Activates the WASTL display.
public ActivateWastlDisplay ( ) : void
return void

ClearBrowserCache() public method

Clears the browser cache.
public ClearBrowserCache ( ) : void
return void

GetDocumentCookies() public method

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

Init() public method

Initializes this instance.
public Init ( ) : void
return void

Reset() public method

Resets this instance.
public Reset ( ) : void
return void