26 lines
1.3 KiB
Markdown
26 lines
1.3 KiB
Markdown
<!--- Hugo front matter used to generate the website version of this page:
|
|
--->
|
|
|
|
<!-- NOTE: THIS FILE IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
|
|
<!-- see templates/registry/markdown/attribute_namespace.md.j2 -->
|
|
|
|
# Dotnet
|
|
|
|
## .NET Attributes
|
|
|
|
This document defines .NET related attributes.
|
|
|
|
| Attribute | Type | Description | Examples | Stability |
|
|
|---|---|---|---|---|
|
|
| <a id="dotnet-gc-heap-generation" href="#dotnet-gc-heap-generation">`dotnet.gc.heap.generation`</a> | string | Name 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.
|
|
|
|
| Value | Description | Stability |
|
|
|---|---|---|
|
|
| `gen0` | Generation 0 |  |
|
|
| `gen1` | Generation 1 |  |
|
|
| `gen2` | Generation 2 |  |
|
|
| `loh` | Large Object Heap |  |
|
|
| `poh` | Pinned Object Heap |  |
|