Version 130.1.90
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.DebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public RemoteObject Object { get; set; }
public:
property RemoteObject^ Object {
RemoteObject^ get ();
void set (RemoteObject^ value);
}
Property Value
RemoteObjectSee Also