Cef |
public abstract class CefReadHandler
The CefReadHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| CefReadHandler | Initializes a new instance of the CefReadHandler class |
| Name | Description | |
|---|---|---|
| Dispose | Releases the unmanaged resources used by the CefReadHandler and optionally releases the managed resources | |
| Eof | Return non-zero if at end of file. | |
| 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) | |
| MayBlock | Return true if this handler performs work like accessing the file system which may block. Used as a hint for determining the thread to access the handler from. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Read | Read raw binary data. | |
| Seek | Seek to the specified offset position. |whence| may be any one of SEEK_CUR, SEEK_END or SEEK_SET. Return zero on success and non-zero on failure. | |
| Tell | Return the current offset position. | |
| 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) |