Click or drag to resize

CefSharp.RenderProcess Namespace

Version 94.4.20

[Missing <summary> documentation for "N:CefSharp.RenderProcess"]

Classes
  ClassDescription
Public classV8Exception
Class representing a V8 exception.
Interfaces
  InterfaceDescription
Public interfaceIRenderProcessHandler
Class used to implement render process callbacks. The methods of this class will be called on the render process main thread (TID_RENDERER) unless otherwise indicated.
Public interfaceIV8Context
V8 context handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the CefV8Context::GetTaskRunner() method.