CefV8StackTrace GetCurrent Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Returns the stack trace for the currently active context. |frame_limit| is the maximum number of frames that will be captured.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public static CefV8StackTrace GetCurrent(
	int frameLimit
)

Parameters

frameLimit
Type: OnlineSystem Int32

[Missing <param name="frameLimit"/> documentation for "M:Xilium.CefGlue.CefV8StackTrace.GetCurrent(System.Int32)"]

Return Value

Type: CefV8StackTrace

[Missing <returns> documentation for "M:Xilium.CefGlue.CefV8StackTrace.GetCurrent(System.Int32)"]

See Also