Enum WindowsServiceExecutionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of Windows service.
public enum WindowsServiceExecutionType
Fields
Adapter = 3The service is an adapter.
FileSystemDriver = 2The service is a file system driver.
InteractiveProcess = 7The service runs as an interactive process.
KernelDriver = 1The service is a kernel driver.
OwnProcess = 5The service runs in its own process.
RecognizerDriver = 4The service is a RecognizerDriver
The service runs in a shared process.
Unknown = 0The service type is unknown.