Click or drag to resize

CefV8ContextGetGlobal Method

Returns the global object for this context. The context must be entered before calling this method.

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

Return Value

CefV8Value
See Also