Show / Hide Table of Contents

Class 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.

Inheritance
System.Object
Simple
Implements
IPrerequisite
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Prerequisites
Assembly: package-graph-microsoft-update.dll
Syntax
public class Simple : IPrerequisite

Properties

| Improve this Doc View Source

UpdateId

The update ID or detectoid ID that is required before an update can be installed.

Declaration
public Guid UpdateId { get; }
Property Value
Type Description
System.Guid

Implements

IPrerequisite
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX