C# Class Spinnaker.Bridge.Linux.LinuxBrowserBridge

Inheritance: Spinnaker.Core.BrowserBridge
Afficher le fichier Open project: Claytonious/spinnaker

Méthodes publiques

Méthode Description
ExecuteScriptFunction ( string functionName ) : void
ExecuteScriptFunction ( string functionName, string arg ) : void
InvokeOnBrowserSafeThread ( System.Action a ) : void
LinuxBrowserBridge ( WebView webBrowser ) : System

Méthodes protégées

Méthode Description
EnhanceDOM ( string viewFilename ) : void
LoadUrl ( Uri uri, System.Action onLoaded ) : void

Private Methods

Méthode Description
HandleDocumentReady ( ) : void
LinuxBrowserBridge ( ) : System
StringifyArg ( object arg ) : string

Method Details

EnhanceDOM() protected méthode

protected EnhanceDOM ( string viewFilename ) : void
viewFilename string
Résultat void

ExecuteScriptFunction() public méthode

public ExecuteScriptFunction ( string functionName ) : void
functionName string
Résultat void

ExecuteScriptFunction() public méthode

public ExecuteScriptFunction ( string functionName, string arg ) : void
functionName string
arg string
Résultat void

InvokeOnBrowserSafeThread() public méthode

public InvokeOnBrowserSafeThread ( System.Action a ) : void
a System.Action
Résultat void

LinuxBrowserBridge() public méthode

public LinuxBrowserBridge ( WebView webBrowser ) : System
webBrowser WebKit.WebView
Résultat System

LoadUrl() protected méthode

protected LoadUrl ( Uri uri, System.Action onLoaded ) : void
uri System.Uri
onLoaded System.Action
Résultat void