TestimoX

API Reference

Enum

ServiceFilter

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

Filter preset for enumerating Windows services (by state, start type, etc.).

Inheritance

  • Enum
  • ServiceFilter

Usage

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

Values

public const ServiceFilter All #

No filtering; return all services.

Value: 0
public const ServiceFilter Running #

Only services with Status=Running.

Value: 1
public const ServiceFilter AutoStart #

Only services configured for Automatic startup.

Value: 2