Skip to content

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 SizeBasis

The binary’s file size on disk.

Returns: SizeBasis

FileSize = 0

The sum of the mstat report’s attributable entries.

Returns: SizeBasis

MstatTotal = 1