net6.0
namespace System.Diagnostics.Metrics
{
    [DebuggerDisplay("Name = {Name}, Meter = {Meter.Name}")]
    public abstract class Instrument<T> : Instrument
        where T, struct
    {
        public InstrumentAdvice<T>? Advice { get; }
    }
}
Design Reviews
.NET 5.06.07.08.09.0
.NET Core 2.02.12.23.03.1
.NET Framework 4.6.14.6.24.74.7.14.7.24.84.8.1
.NET Standard 2.02.1
Information specific to net6.0
Assembly

System.Diagnostics.DiagnosticSource , Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51

Referencing

Your project needs a package reference to System.Diagnostics.DiagnosticSource.

Package System.Diagnostics.DiagnosticSource netstandard2.0
Preview The API is contained in a preview framework.
Platform Restrictions

The property getter is supported on all platforms.

  • Built-in API
  • Package-provided API

06/27/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙