TestimoX

API Reference

Enum

WindowsUpdateQueryType

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

Represents the Windows Update Agent update type used in search criteria and result mapping.

Inheritance

  • Enum
  • WindowsUpdateQueryType

Values

public const WindowsUpdateQueryType Unknown #

The update type could not be determined.

Value: 0
public const WindowsUpdateQueryType Software #

A software update.

Value: 1
public const WindowsUpdateQueryType Driver #

A driver update.

Value: 2
public const WindowsUpdateQueryType ServicePack #

A service pack style update.

Value: 3