Method | Description | |
---|---|---|
AwesomiumBrowserBridge ( WebControl webControl ) : System | ||
ExecuteScriptFunction ( string functionName ) : void | ||
ExecuteScriptFunction ( string functionName, string arg ) : void | ||
InvokeOnBrowserSafeThread ( System.Action a ) : void |
Method | Description | |
---|---|---|
LoadUrl ( |
Method | Description | |
---|---|---|
AwesomiumBrowserBridge ( ) : System | ||
HandleDocumentCompleted ( object sender, UrlEventArgs e ) : void | ||
HandleJS ( object sender, JavascriptMethodEventArgs args ) : void | ||
StringifyArg ( object arg ) : string |
public AwesomiumBrowserBridge ( WebControl webControl ) : System | ||
webControl | WebControl | |
return | System |
public ExecuteScriptFunction ( string functionName ) : void | ||
functionName | string | |
return | void |
public ExecuteScriptFunction ( string functionName, string arg ) : void | ||
functionName | string | |
arg | string | |
return | void |
public InvokeOnBrowserSafeThread ( System.Action a ) : void | ||
a | System.Action | |
return | void |
protected LoadUrl ( |
||
uri | ||
onLoaded | System.Action | |
return | void |