Click or drag to resize

RuntimeClientGlobalLexicalScopeNamesAsync Method

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

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