TestimoX

API Reference

Enum

WindowsUpdateOperationType

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

Describes the Windows Update Agent action that should be executed.

Inheritance

  • Enum
  • WindowsUpdateOperationType

Values

public const WindowsUpdateOperationType Download #

Download matching updates without installing them.

Value: 1
public const WindowsUpdateOperationType Install #

Install matching updates, optionally downloading missing content first.

Value: 2
public const WindowsUpdateOperationType Uninstall #

Uninstall matching installed updates.

Value: 3