// TODO: move web plugins methods to CefRuntime.WebPlugin.Xxx /// <summary> /// Visit web plugin information. Can be called on any thread in the browser /// process. /// </summary> public static void VisitWebPluginInfo(CefWebPluginInfoVisitor visitor) { if (visitor == null) throw new ArgumentNullException("visitor"); libcef.visit_web_plugin_info(visitor.ToNative()); }
// TODO: move web plugins methods to CefRuntime.WebPlugin.Xxx /// <summary> /// Visit web plugin information. Can be called on any thread in the browser /// process. /// </summary> public static void VisitWebPluginInfo(CefWebPluginInfoVisitor visitor) { if (visitor == null) throw new ArgumentNullException("visitor"); }