Click or drag to resize

RuntimeGlobalLexicalScopeNamesAsync Method

Version 85.3.121
Returns all let, const and class variables from global scope.

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<GlobalLexicalScopeNamesResponse> GlobalLexicalScopeNamesAsync(
	Nullable<int> executionContextId = null
)

Parameters

executionContextId (Optional)
Type: SystemNullableInt32
Specifies in which execution context to lookup global scope variables.

Return Value

Type: TaskGlobalLexicalScopeNamesResponse
returns System.Threading.Tasks.Task<GlobalLexicalScopeNamesResponse>
See Also