Click or drag to resize

IApp Interface

Version 94.4.20
Implement this interface to provide handler implementations. Methods will be called by the process and/or thread indicated.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public interface IApp

The IApp type exposes the following members.

Properties
  NameDescription
Public propertyBrowserProcessHandler
Return the handler for functionality specific to the browser process. This method is called on multiple threads.
Top
Methods
  NameDescription
Public methodOnRegisterCustomSchemes
Provides an opportunity to register custom schemes. Do not keep a reference to the registrar object. This method is called on the main thread for each process and the registered schemes should be the same across all processes.
Top
See Also