HeapProfiler.MainWindow.GetPagedMemory C# (CSharp) Метод

GetPagedMemory() публичный статический Метод

public static GetPagedMemory ( HeapSnapshotInfo item ) : long
item HeapSnapshotInfo
Результат long
        public static long GetPagedMemory(HeapSnapshotInfo item)
        {
            return item.Memory.Paged;
        }
MainWindow