CefBrowserProcessHandler MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefBrowserProcessHandler type exposes the following members.
Constructors

  NameDescription
Protected methodCefBrowserProcessHandler
Initializes a new instance of the CefBrowserProcessHandler class
Back to Top
Methods

  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the CefBrowserProcessHandler and optionally releases the managed resources
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodGetPrintHandler
Return the handler for printing on Linux. If a print handler is not provided then printing will not be supported on the Linux platform.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnBeforeChildProcessLaunch
Called before a child process is launched. Will be called on the browser process UI thread when launching a render process and on the browser process IO thread when launching a GPU or plugin process. Provides an opportunity to modify the child process command line. Do not keep a reference to |command_line| outside of this method.
Protected methodOnContextInitialized
Called on the browser process UI thread immediately after the CEF context has been initialized.
Protected methodOnRenderProcessThreadCreated
Called on the browser process IO thread after the main thread has been created for a new render process. Provides an opportunity to specify extra information that will be passed to CefRenderProcessHandler::OnRenderThreadCreated() in the render process. Do not keep a reference to |extra_info| outside of this method.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Protected propertySyncRoot
Back to Top
See Also