Click or drag to resize

CefV8StackTraceGetCurrent Method

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

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static CefV8StackTrace GetCurrent(
	int frameLimit
)

Parameters

frameLimit
Type: SystemInt32

Return Value

Type: CefV8StackTrace
See Also