CefBinaryValue Methods |
The CefBinaryValue type exposes the following members.
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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | (Overrides ObjectFinalize.) |
![]() | 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 the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsEqual |
Returns true if this object and |that| object have an equivalent underlying
value but are not necessarily the same object.
|
![]() | IsSame |
Returns true if this object and |that| object have the same underlying
data.
|
![]() | ToArray | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |