Click or drag to resize

RuntimeClient.GlobalLexicalScopeNamesAsync Method

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

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

Parameters

executionContextId (Optional)
Type: System.Nullable<Int32>
Specifies in which execution context to lookup global scope variables.

Return Value

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