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

The window manager.
Inheritance: IWindowManager
Afficher le fichier Open project: Grisu-NOE/Infoscreen

Méthodes publiques

Méthode 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

Méthode Description
Initialize ( bool force = false ) : void

Initializes this instance.

Method Details

ActivateWastlDisplay() public méthode

Activates the WASTL display.
public ActivateWastlDisplay ( ) : void
Résultat void

ClearBrowserCache() public méthode

Clears the browser cache.
public ClearBrowserCache ( ) : void
Résultat void

GetDocumentCookies() public méthode

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

Init() public méthode

Initializes this instance.
public Init ( ) : void
Résultat void

Reset() public méthode

Resets this instance.
public Reset ( ) : void
Résultat void