[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 | |
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.) |
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