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

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