HeapProfiler.MainWindow.GetPagedMemory C# (CSharp) Method

GetPagedMemory() public static method

public static GetPagedMemory ( HeapSnapshotInfo item ) : long
item HeapSnapshotInfo
return long
        public static long GetPagedMemory(HeapSnapshotInfo item)
        {
            return item.Memory.Paged;
        }
MainWindow