API Reference
Class
ServiceStatusInfo
Represents current Windows Service status and related paths.
Inheritance
- Object
- ServiceStatusInfo
Constructors
public ServiceStatusInfo() #Inherited Methods
Properties
public Boolean CanStop { get; set; } #Indicates whether the service can be stopped.
public String DisplayName { get; set; } #Service display name.
public String ImagePath { get; set; } #Raw ImagePath value reported by the Windows service registry entry.
public String ExecutablePath { get; set; } #Resolved path to the service executable.
public String ConfigPath { get; set; } #Path to the deployed service.json.