Cef |
The CefBrowser type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | (Overrides ObjectFinalize) | |
| GetFocusedFrame | Returns the focused frame for the browser window. | |
| GetFrame(Int64) | Returns the frame with the specified identifier, or NULL if not found. | |
| GetFrame(String) | Returns the frame with the specified name, or NULL if not found. | |
| GetFrameIdentifiers | Returns the identifiers of all existing frames. | |
| GetFrameNames | Returns the names of all existing frames. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetHost | Returns the browser host object. This method can only be called in the browser process. | |
| GetMainFrame | Returns the main (top-level) frame for the browser window. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GoBack | Navigate backwards. | |
| GoForward | Navigate forwards. | |
| IsSame | Returns true if this object is pointing to the same handle as |that| object. | |
| Reload | Reload the current page. | |
| ReloadIgnoreCache | Reload the current page ignoring any cached data. | |
| SendProcessMessage | Send a message to the specified |target_process|. Returns true if the message was sent successfully. | |
| StopLoad | Stop loading the page. | |
| 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) |