TestimoX

API Reference

Enum

ServiceEngine

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

Selects which underlying engine to use when querying services.

Inheritance

  • Enum
  • ServiceEngine

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ServiceEngine Native #

Use .NET/SCM APIs on the local machine.

Value: 0
public const ServiceEngine Wmi #

Use classic WMI (Win32_Service).

Value: 1
public const ServiceEngine Cim #

Use CIM (WSMan) when available.

Value: 2
public const ServiceEngine Auto #

Choose the most appropriate engine automatically.

Value: 3