Show / Hide Table of Contents

Class HandlerMetadata

Base class for update handler metadata classes.

Inheritance
System.Object
HandlerMetadata
CategoryHandler
CbsHandler
CommandLineHandler
MsiHandler
OsInstallerHandler
WindowsInstallerHandler
WindowsPatchHandler
WindowsSetupHandler
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Handlers
Assembly: package-graph-microsoft-update.dll
Syntax
public class HandlerMetadata

Properties

| Improve this Doc View Source

HandlerType

The handler type.

Declaration
[JsonProperty]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateHandlerType HandlerType { get; set; }
Property Value
Type Description
UpdateHandlerType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX