Click or drag to resize
IWebPluginInfoVisitor Interface
Version 57.0.0

[Missing <summary> documentation for "T:CefSharp.IWebPluginInfoVisitor"]

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax
public interface IWebPluginInfoVisitor : IDisposable

The IWebPluginInfoVisitor type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodVisit
Method that will be called once for each plugin. This method may never be called if no plugins are found.
Top
See Also