StackTraceCallFrames Property |
Version 130.1.90
JavaScript function name.
Namespace: CefSharp.DevTools.RuntimeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<CallFrame> CallFrames { get; set; }
public:
property IList<CallFrame^>^ CallFrames {
IList<CallFrame^>^ get ();
void set (IList<CallFrame^>^ value);
}
Property Value
IListCallFrameSee Also