TestimoX

API Reference

Class

UpdateInfo

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers sealed

Represents a Windows update item (installed or pending).

Inheritance

  • Object
  • UpdateInfo

Constructors

Properties

public String Title { get; set; } #

Update title or friendly descriptor.

public String Kb { get; set; } #

Optional KB identifier (e.g., KB5034441).

public Nullable<DateTime> InstalledOn { get; set; } #

Date when the update was installed, when known.

public Boolean IsInstalled { get; set; } #

True if the update is installed.

public Boolean IsDownloaded { get; set; } #

True if the update payload was downloaded.

public String ComputerName { get; set; } #

Computer where the update applies.