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

Return Value

Type: CefV8Value
See Also