HeapProfiler.MainWindow.GetAverageOccupiedHeapBlockSize C# (CSharp) 메소드

GetAverageOccupiedHeapBlockSize() 공개 정적인 메소드

public static GetAverageOccupiedHeapBlockSize ( HeapSnapshotInfo item ) : long
item HeapSnapshotInfo
리턴 long
        public static long GetAverageOccupiedHeapBlockSize(HeapSnapshotInfo item)
        {
            return item.AverageOccupiedBlockSize;
        }
MainWindow