Click or drag to resize

ScopeType Enumeration

Version 130.1.90
Scope type.

Namespace: CefSharp.DevTools.Debugger
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public enum ScopeType
Members
Member nameValueDescription
Global0 global
Local1 local
With2 with
Closure3 closure
Catch4 catch
Block5 block
Script6 script
Eval7 eval
Module8 module
WasmExpressionStack9 wasm-expression-stack
See Also