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 对象。 |