CefBinaryValue Class |
Namespace: Internal.Xilium.CefGlue
public sealed class CefBinaryValue : IDisposable
The CefBinaryValue type exposes the following members.
Name | Description | |
---|---|---|
IsOwned |
Returns true if this object is currently owned by another object.
| |
IsValid |
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.
| |
Size |
Returns the data size.
|
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 | 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.) |