Show / Hide Table of Contents

Class OsInstallerHandler

Represents metadata for the Windows installer handler. This handler is responsible for installing cumulative updates.

Inheritance
System.Object
HandlerMetadata
OsInstallerHandler
Inherited Members
HandlerMetadata.HandlerType
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Handlers
Assembly: package-graph-microsoft-update.dll
Syntax
public class OsInstallerHandler : HandlerMetadata

Properties

| Improve this Doc View Source

InitialModule

The initial module to load in order to start the update process

Declaration
[JsonProperty]
public string InitialModule { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX