共用方式為


ServiceHealthModel.ProcessInformationModel 類別

定義

提供這個健全狀況服務正在監視服務的相關處理程序資訊。

public: ref class ServiceHealthModel::ProcessInformationModel
[System.Runtime.Serialization.DataContract(Name="ProcessInformation", Namespace="http://schemas.microsoft.com/net/2018/08/health")]
public class ServiceHealthModel.ProcessInformationModel
[<System.Runtime.Serialization.DataContract(Name="ProcessInformation", Namespace="http://schemas.microsoft.com/net/2018/08/health")>]
type ServiceHealthModel.ProcessInformationModel = class
Public Class ServiceHealthModel.ProcessInformationModel
繼承
ServiceHealthModel.ProcessInformationModel
屬性

建構函式

ServiceHealthModel.ProcessInformationModel()

初始化 ServiceHealthModel.ProcessInformationModel 類別的新執行個體。

ServiceHealthModel.ProcessInformationModel(ServiceHostBase)

初始化 ServiceHealthModel.ProcessInformationModel 類別的執行個體,這個執行個體會提供指定服務主機的處理程序資訊。

屬性

Bitness

取得受監視服務執行所在處理器架構的位元數。

GCMode

取得受監視服務處理程序的 GC 模式。

ProcessName

取得服務處理程序可執行檔的名稱。

ProcessStartDate

取得服務處理程序的開始日期。

ServiceStartDate

取得服務的開始日期。

Threads

取得健全狀況服務處理程序的執行緒資訊。

Uptime

取得自啟動服務以來經過的時間。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
SetServiceStartDate(DateTimeOffset)

設定此健全狀況服務的開始日期和時間。

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於