Cef |
public sealed class CefProcessMessage : IDisposable
The CefProcessMessage type exposes the following members.
| 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. |
| 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 | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | (Overrides ObjectFinalize) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| 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 |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
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) |