Method | Description | |
---|---|---|
Bind ( this @this, string functionname, IWebView iCefV8Context, Action |
||
ExecuteFunction ( this @this ) : Xilium.CefGlue.CefV8Value | ||
GetArrayElements ( this @this ) : Xilium.CefGlue.CefV8Value[] | ||
Invoke ( this @this, string functionname, IWebView iCefV8Context ) : Xilium.CefGlue.CefV8Value | ||
InvokeAsync ( this @this, string functionname, IWebView context ) : Task |
Method | Description | |
---|---|---|
Execute ( this @this, string functionname ) : Xilium.CefGlue.CefV8Value | ||
GetElements ( this @this ) : IEnumerable |
public static Bind ( this @this, string functionname, IWebView iCefV8Context, Action |
||
@this | this | |
functionname | string | |
iCefV8Context | IWebView | |
iaction | Action |
|
return | void |
public static ExecuteFunction ( this @this ) : Xilium.CefGlue.CefV8Value | ||
@this | this | |
return | Xilium.CefGlue.CefV8Value |
public static GetArrayElements ( this @this ) : Xilium.CefGlue.CefV8Value[] | ||
@this | this | |
return | Xilium.CefGlue.CefV8Value[] |
public static Invoke ( this @this, string functionname, IWebView iCefV8Context ) : Xilium.CefGlue.CefV8Value | ||
@this | this | |
functionname | string | |
iCefV8Context | IWebView | |
return | Xilium.CefGlue.CefV8Value |
public static InvokeAsync ( this @this, string functionname, IWebView context ) : Task |
||
@this | this | |
functionname | string | |
context | IWebView | |
return | Task |