CefV8Value CreateObject Method Xilium.CefGlue

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

Create a new CefV8Value object of type object with optional accessor. This method should only be called from within the scope of a CefV8ContextHandler, CefV8Handler or CefV8Accessor callback, or in combination with calling Enter() and Exit() on a stored CefV8Context reference.

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

public static CefV8Value CreateObject(
	CefV8Accessor accessor
)

Parameters

accessor
Type: Xilium.CefGlue CefV8Accessor

[Missing <param name="accessor"/> documentation for "M:Xilium.CefGlue.CefV8Value.CreateObject(Xilium.CefGlue.CefV8Accessor)"]

Return Value

Type: CefV8Value

[Missing <returns> documentation for "M:Xilium.CefGlue.CefV8Value.CreateObject(Xilium.CefGlue.CefV8Accessor)"]

See Also