Click or drag to resize

ScopeType Enumeration

Version 102.0.100
Scope type.

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.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