Click or drag to resize

ScopeObject Property

Version 93.1.111
Object representing the scope. For `global` and `with` scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax
public RemoteObject Object { get; set; }

Property Value

Type: RemoteObject
See Also