[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 | ||
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
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.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToArray | ||
ToString | (Inherited from Object.) |
See Also