CefV8Value ClassXilium.CefGlue

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

Class representing a V8 value 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.
Inheritance Hierarchy

OnlineSystem Object
  Xilium.CefGlue CefV8Value

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public sealed class CefV8Value : IDisposable
See Also