API Reference
Class
ServiceStatusInfo
Represents current Windows Service status and related paths.
Inheritance
- Object
- ServiceStatusInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ServiceStatusReader.Read
Accepted by parameters
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.