Namespace Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Prerequisites
Classes
AtLeastOne
A collection of prerequisites, of which at least one must be met for the AtLeastOne prerequisite to be satisfied.
PrerequisitesGraph
Models the prerequisite graph for all packages contained within a metadata store
Simple
Simple prerequisite: a single update ID.
The update ID contained in a simple prerequisite must be installed before the update that has this prerequisite can be installed.
The detectoid ID contained in a simple prerequisite must evaluate to true before the update that has this prerequisite can be installed. See DetectoidCategory for more details.
Interfaces
IPrerequisite
Base, abstract class for update prerequisites.
See Simple and AtLeastOne for possible prerequisite classes.