[This is preliminary documentation and is subject to change.]
The CefBinaryValue type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | Copy |
Returns a copy of this object. The data in this object will also be copied.
|
![]() ![]() | Create |
Creates a new object that is not owned by any other object. The specified
|data| will be copied.
|
![]() | Dispose | Releases all resources used by the CefBinaryValue |
![]() | ![]() | (Inherited from ![]() |
![]() | Finalize | (Overrides ![]() |
![]() | GetData |
Read up to |buffer_size| number of bytes into |buffer|. Reading begins at
the specified byte |data_offset|. Returns the number of bytes read.
|
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToArray | |
![]() | ![]() | (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | IsOwned |
Returns true if this object is currently owned by another object.
|
![]() | IsValid |
Returns true if this object is valid. Do not call any other methods if this
method returns false.
|
![]() | Size |
Returns the data size.
|
See Also