PerformanceCounter.ReadOnly 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示此 PerformanceCounter 实例是否处于只读模式。
public:
property bool ReadOnly { bool get(); void set(bool value); };
public bool ReadOnly { get; set; }
[System.ComponentModel.Browsable(false)]
public bool ReadOnly { get; set; }
member this.ReadOnly : bool with get, set
[<System.ComponentModel.Browsable(false)>]
member this.ReadOnly : bool with get, set
Public Property ReadOnly As Boolean
属性值
如果 PerformanceCounter 实例为只读模式(即使计数器本身为自定义 .NET Framework 计数器),则为 true
;如果它为读/写模式,则为 false
。 默认值为构造函数设置的值。
- 属性
注解
对于系统计数器, ReadOnly 应始终 true
。 无法写入系统计数器。