HeapProfiler.MainWindow.GetHeapFragmentation C# (CSharp) Méthode

GetHeapFragmentation() public static méthode

public static GetHeapFragmentation ( HeapSnapshotInfo item ) : long
item HeapSnapshotInfo
Résultat long
        public static long GetHeapFragmentation(HeapSnapshotInfo item)
        {
            return (long)(item.HeapFragmentation * 10000);
        }
MainWindow