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
為 。 您無法寫入係統計數器。