PerformanceCountersElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 System.Net
組態檔中的效能計數器項目,判斷是否啟用網路效能計數器。 此類別無法獲得繼承。
public ref class PerformanceCountersElement sealed : System::Configuration::ConfigurationElement
public sealed class PerformanceCountersElement : System.Configuration.ConfigurationElement
type PerformanceCountersElement = class
inherit ConfigurationElement
Public NotInheritable Class PerformanceCountersElement
Inherits ConfigurationElement
- 繼承
備註
這個類別會對應至 <performanceCounter> 元素 (網路設定) 組態專案。 這個類別可讓您以程式設計方式存取可儲存在組態檔中的資訊。
建構函式
PerformanceCountersElement() |
具現化 PerformanceCountersElement 物件。 |