CefV8Value CreateArray Method Xilium.CefGlue

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

Create a new CefV8Value object of type array with the specified |length|. If |length| is negative the returned array will have length 0. 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 CreateArray(
	int length
)

Parameters

length
Type: OnlineSystem Int32

[Missing <param name="length"/> documentation for "M:Xilium.CefGlue.CefV8Value.CreateArray(System.Int32)"]

Return Value

Type: CefV8Value

[Missing <returns> documentation for "M:Xilium.CefGlue.CefV8Value.CreateArray(System.Int32)"]

See Also