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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CefV8StackFrame GetFrame(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: CefV8StackFrame
See Also