Table of Contents

Enum WindowsServiceExecutionType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the type of Windows service.

public enum WindowsServiceExecutionType

Fields

Adapter = 3

The service is an adapter.

FileSystemDriver = 2

The service is a file system driver.

InteractiveProcess = 7

The service runs as an interactive process.

KernelDriver = 1

The service is a kernel driver.

OwnProcess = 5

The service runs in its own process.

RecognizerDriver = 4

The service is a RecognizerDriver

ShareProcess = 6

The service runs in a shared process.

Unknown = 0

The service type is unknown.