ServiceHealthModel.ProcessInformationModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides process information about the service that this health service is monitoring.
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
- Inheritance
-
ServiceHealthModel.ProcessInformationModel
- Attributes
Constructors
ServiceHealthModel.ProcessInformationModel() |
Initializes a new instance of the ServiceHealthModel.ProcessInformationModel class. |
ServiceHealthModel.ProcessInformationModel(ServiceHostBase) |
Initializes an instance of the ServiceHealthModel.ProcessInformationModel class that provides process information for a specified service host. |
Properties
Bitness |
Gets the number of bits ("bitness") of the processor architecture on which the monitored service is running. |
GCMode |
Gets the GC mode of the monitored service process. |
ProcessName |
Gets the name of the service process executable. |
ProcessStartDate |
Gets the start date of the service process. |
ServiceStartDate |
Gets the start date of the service. |
Threads |
Gets threading information for a health service process. |
Uptime |
Gets the elapsed time since the start of the service. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
SetServiceStartDate(DateTimeOffset) |
Sets the start date and time of this health service. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |