PerformanceCounter.MachineName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個效能計數器的電腦名稱。
public:
property System::String ^ MachineName { System::String ^ get(); void set(System::String ^ value); };
public string MachineName { get; set; }
[System.ComponentModel.Browsable(false)]
public string MachineName { get; set; }
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.SettingsBindable(true)]
public string MachineName { get; set; }
member this.MachineName : string with get, set
[<System.ComponentModel.Browsable(false)>]
member this.MachineName : string with get, set
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.SettingsBindable(true)>]
member this.MachineName : string with get, set
Public Property MachineName As String
屬性值
伺服器,效能計數器及其相關的分類所在處。
- 屬性
例外狀況
MachineName 格式無效。
備註
您只能將值寫入位於本機電腦上的計數器。 不過,您可以從企業中具有訪問許可權的任何計算機讀取計數器值。
當您將 MachineName 屬性設定為指向遠端計算機時, PerformanceCounter 實例會嘗試在該計算機上開啟計數器。 如果計數器不存在,設定這個屬性會擲回例外狀況。