Click or drag to resize

CefV8ValueGetValue Method (Int32)

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CefV8Value GetValue(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: CefV8Value
See Also