Example #1
0
 /// <summary>
 /// Returns the function handler or NULL if not a CEF-created function.
 /// </summary>
 public CefV8Handler GetFunctionHandler()
 {
     return(CefV8Handler.FromNativeOrNull(
                cef_v8value_t.get_function_handler(_self)
                ));
 }