Click or drag to resize

CefV8StackTraceGetFrame Method

Returns the stack frame at the specified 0-based index.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CefV8StackFrame GetFrame(
	int index
)

Parameters

index  Int32
 

Return Value

CefV8StackFrame
See Also