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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic CefV8Value GetValue(
int index
)
Parameters
- index Int32
-
Return Value
CefV8Value
See Also