Click or drag to resize

RuntimeClient.GlobalLexicalScopeNamesAsync Method

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

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.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