Const
The number of .NET assemblies that are currently loaded.
Meter name: System.Runtime; Added in: .NET 9.0. This metric reports the same values as calling AppDomain.CurrentDomain.GetAssemblies().Length.
System.Runtime
AppDomain.CurrentDomain.GetAssemblies().Length
The number of .NET assemblies that are currently loaded.