TestimoX

API Reference

Enum

WindowsServiceType

Namespace ComputerX.Services
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Determines the service type registered with the Windows Service Control Manager.

Inheritance

  • Enum
  • WindowsServiceType

Values

public const WindowsServiceType Unknown #

Service type not determined.

Value: 0
public const WindowsServiceType KernelDriver #

Device driver service.

Value: 1
public const WindowsServiceType FileSystemDriver #

File system driver service.

Value: 2
public const WindowsServiceType Adapter #

Adapter service.

Value: 4
public const WindowsServiceType RecognizerDriver #

File system recognizer driver service.

Value: 8
public const WindowsServiceType Win32OwnProcess #

Win32 service hosted in its own process.

Value: 16
public const WindowsServiceType Win32ShareProcess #

Win32 service hosted in a shared process.

Value: 32
public const WindowsServiceType UserOwnProcess #

User service hosted in its own process.

Value: 80
public const WindowsServiceType UserShareProcess #

User service hosted in a shared process.

Value: 96