Dotnet

.NET Attributes

This document defines .NET related attributes.

Attributes:

KeyStabilityValue TypeDescriptionExample Values
dotnet.gc.heap.generationStablestringName of the garbage collector managed heap generation.gen0; gen1; gen2

dotnet.gc.heap.generation has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

ValueDescriptionStability
gen0Generation 0Stable
gen1Generation 1Stable
gen2Generation 2Stable
lohLarge Object HeapStable
pohPinned Object HeapStable