Click or drag to resize

RuntimeClientGlobalLexicalScopeNamesAsync Method

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

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<GlobalLexicalScopeNamesResponse> GlobalLexicalScopeNamesAsync(
	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