Constant DOTNET_ASSEMBLY_COUNT
pub const DOTNET_ASSEMBLY_COUNT: &'static str;Expand description
§Description
The number of .NET assemblies that are currently loaded.
§Notes
Meter name: System.Runtime; Added in: .NET 9.0.
This metric reports the same values as calling AppDomain.CurrentDomain.GetAssemblies().Length
§Metadata
| Instrument: | updowncounter |
| Unit: | {assembly} |
| Status: | Stable |