Click or drag to resize

CefV8ValueGetValue(Int32) Method

Returns the value with the specified identifier on success. Returns NULL if this method is called incorrectly or an exception is thrown.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CefV8Value GetValue(
	int index
)

Parameters

index  Int32
 

Return Value

CefV8Value
See Also