Dotnet

.NET Attributes

This document defines .NET related attributes.

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

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 0Experimental
gen1Generation 1Experimental
gen2Generation 2Experimental
lohLarge Object HeapExperimental
pohPinned Object HeapExperimental