Class WindowsPatchHandler
Metadata for a Windows patch handler
Inherited Members
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Handlers
Assembly: package-graph-microsoft-update.dll
Syntax
public class WindowsPatchHandler : HandlerMetadata
Properties
| Improve this Doc View SourceInstallParameters
Install parameters for the patch
Declaration
[JsonProperty]
public string InstallParameters { get; }
Property Value
Type | Description |
---|---|
System.String |
UnpackParameters
Unpacking parameters for the patch
Declaration
[JsonProperty]
public string UnpackParameters { get; }
Property Value
Type | Description |
---|---|
System.String |