API Reference
Class
UpdateInfo
Represents a Windows update item (installed or pending).
Inheritance
- Object
- UpdateInfo
Constructors
public UpdateInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.