Exemple #1
0
 public static Task <CefV8Value> InvokeAsync(this CefV8Value @this, string functionname, IWebView context, params CefV8Value[] args)
 {
     return(context.EvaluateAsync(() => @this.Execute(functionname, args)));
 }