Enum ApplicabilityRuleType
Possible types of applicability rules used by Microsoft Update
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Applicability
Assembly: package-graph-microsoft-update.dll
Syntax
public enum ApplicabilityRuleType
Fields
| Name | Description |
|---|---|
| CbsPackageApplicabilityMetadata | This rules stores metadata used by CBS-based rules. This rule is expected to exist when a CBS rule is present |
| IsInstallable | Checks if an update is installable |
| IsInstalled | Checks if an update is installed |
| IsSuperseded | Checks applicability based on superseded state |
| MsiApplicationMetadata | This rules only stores metadata used by the MSI-based rules. This rule is expected to exist when a MSI rule is present |
| MsiPatchMetadata | This rules only stores metadata used by the MSI-based rules. This rule is expected to exist when a MSI rule is present |
| WindowsDriver | Evaluates applicability for a driver |
| WindowsDriverMetadata | This rules only stores metadata used by the driver-based rules. This rule is expected to always exists when a driver rule is present |
| WindowsVersion | Checks applicability based on windows version |