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 MstatSectionKindFields
Section titled “Fields”A named global data region.
Returns: MstatSectionKind
Blob = 2FrozenObject
Section titled “FrozenObject”An object frozen into the image at compile time.
Returns: MstatSectionKind
FrozenObject = 3Method
Section titled “Method”A compiled method body (code + GC info + EH info bytes).
Returns: MstatSectionKind
Method = 0MethodTable
Section titled “MethodTable”A constructed type’s MethodTable data.
Returns: MstatSectionKind
MethodTable = 1Resource
Section titled “Resource”An embedded manifest resource.
Returns: MstatSectionKind
Resource = 5RvaField
Section titled “RvaField”A field’s RVA data mapped into the image.
Returns: MstatSectionKind
RvaField = 4