Show / Hide Table of Contents

Class WindowsPatchHandler

Metadata for a Windows patch handler

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

Properties

| Improve this Doc View Source

InstallParameters

Install parameters for the patch

Declaration
[JsonProperty]
public string InstallParameters { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UnpackParameters

Unpacking parameters for the patch

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