API Reference
Class
InstalledUpdateInventoryQuery
Collects installed update inventory and optional local pending updates with reusable filtering.
Inheritance
- Object
- InstalledUpdateInventoryQuery
Methods
public static InstalledUpdateInventoryQueryResult Get(InstalledUpdateInventoryQueryOptions options = null) #Returns:
InstalledUpdateInventoryQueryResultExecutes the installed update inventory query.
Parameters
- options ComputerX.Updates.InstalledUpdateInventoryQueryOptions = null
- Optional query options.
Returns
Inventory result with merged pending updates when requested and available.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object