Beispiel #1
0
 /// <summary>
 /// Get the V8 context associated with the frame.
 /// This method should only be called on the UI thread.
 /// </summary>
 public CefV8Context GetV8Context()
 {
     // TODO: check that we are on UI thread in debug mode?
     return(CefV8Context.FromOrDefault(
                cef_frame_t.invoke_get_v8context(this.ptr)
                ));
 }