Beispiel #1
0
 /// <summary>
 /// get global object
 /// </summary>
 /// <returns></returns>
 public CefV8Value GetGlobal()
 {
     return(new CefV8Value(Cef3Binder.MyCefJsGetGlobal(this.Ptr)));
 }