[This is preliminary documentation and is subject to change.]
The CefV8StackTrace type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the CefV8StackTrace | |
| (Inherited from | ||
| Finalize | (Overrides | |
| 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.
| |
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 | |
|---|---|---|
| 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.
|
See Also