共用方式為


PerformanceCounter.ReadOnly 屬性

定義

取得或設定數值,表示 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為 。 您無法寫入係統計數器。

適用於