SizeBasis
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
What a total-size figure measures. A binary on disk and the sum of its mstat entries are different numbers (headers, alignment, and unreported bytes sit between them), so every report states which basis it used.
public enum SizeBasisFields
Section titled “Fields”FileSize
Section titled “FileSize”The binary’s file size on disk.
Returns: SizeBasis
FileSize = 0MstatTotal
Section titled “MstatTotal”The sum of the mstat report’s attributable entries.
Returns: SizeBasis
MstatTotal = 1