CefSharp.RenderProcess Namespace | 
[Missing <summary> documentation for "N:CefSharp.RenderProcess"]
| Class | Description | |
|---|---|---|
| V8Exception | 
            Class representing a V8 exception.
              | 
| Interface | Description | |
|---|---|---|
| IRenderProcessHandler | 
            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.
              | |
| IV8Context | 
            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.
              |