Click or drag to resize

IWebPluginInfoVisitor Interface

Version 75.1.140
Interface to implement for visiting web plugin information. The methods of this class will be called on the CEF UI thread, which by default is not the same as your application UI

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.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