Show / Hide Table of Contents

Enum Service.Types.ServiceType

The type of service.

Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Service.Types.ServiceType

Fields

Name Description
Adapter

An adapter. This is a Windows-specific service type.

FileSystemDriver

A file system driver.

InteractiveProcess

An interactive process. This is a Windows-specific service type.

KernelDriver

A kernel driver.

RecognizerDriver

A recognizer driver. This is a Windows-specific service type.

Unspecified

Default service type.

Win32OwnProcess

A process that is owned by the service. This is a Windows-specific service type.

Win32ShareProcess

A process that is shared by the service. This is a Windows-specific service type.

In this article
Back to top Generated by DocFX