Cef |
public sealed class CefV8StackTrace : IDisposable
The CefV8StackTrace type exposes the following members.
| Name | Description | |
|---|---|---|
| FrameCount | Returns the number of stack frames. | |
| IsValid | Returns true if the underlying handle is valid and it can be accessed on the current thread. Do not call any other methods if this method returns false. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the CefV8StackTrace | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | (Overrides ObjectFinalize) | |
| GetCurrent | Returns the stack trace for the currently active context. |frame_limit| is the maximum number of frames that will be captured. | |
| GetFrame | Returns the stack frame at the specified 0-based index. | |
| 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) |