TestimoX

API Reference

Enum

WindowsUpdateHistoryOperation

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

Describes the type of operation recorded in Windows Update history.

Inheritance

  • Enum
  • WindowsUpdateHistoryOperation

Values

public const WindowsUpdateHistoryOperation Unknown #

The operation type could not be determined.

Value: 0
public const WindowsUpdateHistoryOperation Installation #

The update was installed.

Value: 1
public const WindowsUpdateHistoryOperation Uninstallation #

The update was removed.

Value: 2
public const WindowsUpdateHistoryOperation Detection #

The update was detected without install or removal.

Value: 3