Click or drag to resize

DeepSerializedValueWeakLocalObjectReference Property

Version 118.6.80
Set if value reference met more then once during serialization. In such case, value is provided only to one of the serialized values. Unique per value in the scope of one CDP call.

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public int? WeakLocalObjectReference { get; set; }

Property Value

Type: NullableInt32
See Also