Dotnet

.NET Attributes

This document defines .NET related attributes.

AttributeTypeDescriptionExamplesStability
dotnet.gc.heap.generationstringName of the garbage collector managed heap generation.gen0; gen1; gen2Stable

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