C# Class WebKit.JSManagement

Afficher le fichier Open project: Erls-Corporation/open-webkit-sharp Class Usage Examples

Private Properties

Свойство Type Description
CreateWindowScriptObject void

Méthodes publiques

Méthode Description
CallFunction ( string Name, object arguments ) : JSValue

Calls a function with the specified arguments in the script environment.

EvaluateScript ( string Name ) : JSCore.JSValue

Executes a Script in the Global Context and returns its value.

JSManagement ( WebKitBrowser browser ) : System
uiDelegate_AddMessageToConsole ( WebView sender, string mes, string u, int line, int error ) : void

Private Methods

Méthode Description
CreateWindowScriptObject ( JSCore context ) : void

Method Details

CallFunction() public méthode

Calls a function with the specified arguments in the script environment.
public CallFunction ( string Name, object arguments ) : JSValue
Name string
arguments object
Résultat JSValue

EvaluateScript() public méthode

Executes a Script in the Global Context and returns its value.
public EvaluateScript ( string Name ) : JSCore.JSValue
Name string
Résultat JSCore.JSValue

JSManagement() public méthode

public JSManagement ( WebKitBrowser browser ) : System
browser WebKitBrowser
Résultat System

uiDelegate_AddMessageToConsole() public méthode

public uiDelegate_AddMessageToConsole ( WebView sender, string mes, string u, int line, int error ) : void
sender WebView
mes string
u string
line int
error int
Résultat void