Skip to content

MstatSectionKind

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

The report section a normalized MstatSizeEntry came from. Each section has its own identity key shape and attribution rules; see MstatSizeIndex.

public enum MstatSectionKind

A named global data region.

Returns: MstatSectionKind

Blob = 2

An object frozen into the image at compile time.

Returns: MstatSectionKind

FrozenObject = 3

A compiled method body (code + GC info + EH info bytes).

Returns: MstatSectionKind

Method = 0

A constructed type’s MethodTable data.

Returns: MstatSectionKind

MethodTable = 1

An embedded manifest resource.

Returns: MstatSectionKind

Resource = 5

A field’s RVA data mapped into the image.

Returns: MstatSectionKind

RvaField = 4