Click or drag to resize

CefValue Properties

The CefValue type exposes the following members.

Properties
  NameDescription
Public propertyIsOwned
Returns true if the underlying data is owned by another object.
Public propertyIsReadOnly
Returns true if the underlying data is read-only. Some APIs may expose read-only objects.
Public propertyIsValid
Returns true if the underlying data is valid. This will always be true for simple types. For complex types (binary, dictionary and list) the underlying data may become invalid if owned by another object (e.g. list or dictionary) and that other object is then modified or destroyed. This value object can be re-used by calling Set*() even if the underlying data is invalid.
Top
See Also