Click or drag to resize

CefV8ValueSetValue Method (Int32, CefV8Value)

Associates a value with the specified identifier and returns true on success. Returns false if this method is called incorrectly or an exception is thrown. For read-only values this method will return true even though assignment failed.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool SetValue(
	int index,
	CefV8Value value
)

Parameters

index
Type: SystemInt32
value
Type: Internal.Xilium.CefGlueCefV8Value

Return Value

Type: Boolean
See Also