Class Win32ServiceDescriptor

Describes a WIN32 service.

Inheritance
Object
Win32ServiceDescriptor
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Solti.Utils.Rpc.Hosting
Assembly: Solti.Utils.Rpc.Server.dll
Syntax
public sealed class Win32ServiceDescriptor

Properties

AutoStart

Set to true if the service should start on system boot.

Declaration
public bool AutoStart { get; set; }
Property Value
Type Description
Boolean

Dependencies

The service dependencies.

Declaration
public ICollection<string> Dependencies { get; }
Property Value
Type Description
ICollection<String>

Description

The description of the service.

Declaration
public string Description { get; set; }
Property Value
Type Description
String

Name

The name of the service.

Declaration
public string Name { get; set; }
Property Value
Type Description
String
In This Article
Back to top Generated by DocFX