Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.3 KB

File metadata and controls

25 lines (18 loc) · 1.3 KB

Dotnet

.NET Attributes

This document defines .NET related attributes.

Attribute Type Description Examples Stability
dotnet.gc.heap.generation string Name of the garbage collector managed heap generation. gen0; gen1; gen2 Experimental

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.

Value Description Stability
gen0 Generation 0 Experimental
gen1 Generation 1 Experimental
gen2 Generation 2 Experimental
loh Large Object Heap Experimental
poh Pinned Object Heap Experimental