Click or drag to resize

ScriptTypeProfileEntries Property

Version 102.0.100
Type profile entries for parameters and return values of the functions in the script.

Namespace:  CefSharp.DevTools.Profiler
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public IList<TypeProfileEntry> Entries { get; set; }

Property Value

Type: IListTypeProfileEntry
See Also