[This is preliminary documentation and is subject to change.]
The CefProcessMessage type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Copy |
Returns a writable copy of this object.
| |
| Create |
Create a new CefProcessMessage object with the specified name.
| |
| Dispose | Releases all resources used by the CefProcessMessage | |
| (Inherited from | ||
| Finalize | (Overrides | |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Arguments |
Returns the list of arguments.
| |
| IsReadOnly |
Returns true if the values of this object are read-only. Some APIs may
expose read-only objects.
| |
| IsValid |
Returns true if this object is valid. Do not call any other methods if this
function returns false.
| |
| Name |
Returns the message name.
|
See Also