Click or drag to resize

CefBinaryValue Properties

The CefBinaryValue type exposes the following members.

Properties
  NameDescription
Public propertyIsOwned
Returns true if this object is currently owned by another object.
Public propertyIsValid
Returns true if this object is valid. This object may become invalid if the underlying data is owned by another object (e.g. list or dictionary) and that other object is then modified or destroyed. Do not call any other methods if this method returns false.
Public propertySize
Returns the data size.
Top
See Also