RestartFrameResponseCallFrames Property |
Version 130.1.90
callFrames
Namespace: CefSharp.DevTools.DebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic IList<CallFrame> CallFrames { get; }
public:
property IList<CallFrame^>^ CallFrames {
IList<CallFrame^>^ get ();
}
Property Value
IListCallFrame
See Also