PerformanceCounter.CounterName Property
.NET Framework 4
Gets or sets the name of the performance counter that is associated with this PerformanceCounter instance.
Assembly: System (in System.dll)
[TypeConverterAttribute("System.Diagnostics.Design.CounterNameConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [SettingsBindableAttribute(true)] public string CounterName { get; set; }
Property Value
Type: System.StringThe name of the counter, which generally describes the quantity being counted. This name is displayed in the list of counters of the Performance Counter Manager MMC snap in's Add Counters dialog box.
| Exception | Condition |
|---|---|
| ArgumentNullException |
The CounterName is null. |
| PlatformNotSupportedException |
The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.