API Reference
Class
ServiceInfo
Holds information about a Windows service.
Inheritance
- Object
- ServiceInfo
Constructors
public ServiceInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ServiceName { get; set; } #Display(Name = "Service", Order = 0)Service name (short name).
public String DisplayName { get; set; } #Display(Name = "Display", Order = 1)Display name shown in management tools.
public ServiceStartupType StartupType { get; set; } #Display(Name = "Startup", Order = 3)Configured startup type.
public Boolean IsAutoStart { get; } #Browsable(false)True when the service is configured for Automatic start.
public Boolean CanPauseAndContinue { get; set; } #Browsable(false)Whether the service can be paused and continued.
public String ServiceAccount { get; set; } #Display(Name = "Account", Order = 4)Logon account for the service.
public String BinaryPath { get; set; } #Display(Name = "Binary", Order = 5)Path to the service binary.
public String Description { get; set; } #Display(Name = "Description", Order = 6)Service description.