HeapStatsUpdateEventArgsStatsUpdate Property  | 
Version 108.4.130 
            An array of triplets. Each triplet describes a fragment. The first integer is the fragment
            index, the second integer is a total count of objects for the fragment, the third integer is
            a total size of the objects for the fragment.
            
 
    Namespace: 
   CefSharp.DevTools.HeapProfiler
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic int[] StatsUpdate { get; }public:
property array<int>^ StatsUpdate {
	array<int>^ get ();
}Property Value
Type: 
Int32
See Also