PerformanceCounter.CounterName Proprietà

Definizione

Ottiene o imposta il nome del contatore delle prestazioni associato a questa istanza di PerformanceCounter.

public string CounterName { get; set; }
[System.ComponentModel.TypeConverter("System.Diagnostics.Design.CounterNameConverter, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string CounterName { get; set; }
[System.ComponentModel.TypeConverter("System.Diagnostics.Design.CounterNameConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string CounterName { get; set; }
[System.ComponentModel.SettingsBindable(true)]
[System.ComponentModel.TypeConverter("System.Diagnostics.Design.CounterNameConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string CounterName { get; set; }

Valore della proprietà

Il nome del contatore, che in genere descrive la quantità rilevata. Questo nome viene visualizzato nell'elenco dei contatori della finestra di dialogo Aggiungi contatori dello snap-in MMC di gestione del contatore delle prestazioni.

Attributi

Eccezioni

L'elemento CounterName è null.

Esempio

Nell'esempio di codice seguente viene illustrato come impostare la CounterName proprietà su un nome di contatore tipico.

PerformanceCounter performanceCounter = new PerformanceCounter();
performanceCounter.CategoryName = "Process";
performanceCounter.CounterName = "Private Bytes";
performanceCounter.InstanceName = "Explorer";
MessageBox.Show(performanceCounter.NextValue().ToString());

Commenti

È possibile ottenere un elenco di contatori preesistenti disponibili dalla finestra di dialogo Aggiungi contatori di Windows Performance Manager.

Si applica a

Prodotto Versioni
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9