C# Class Microsoft.Tools.WindowsInstaller.PowerShell.Commands.GetPatchSequenceCommand

Inheritance: ItemCommandBase
Mostrar archivo Open project: heaths/psmsi

Private Properties

Property Type Description
WritePatchSequence void

Protected Methods

Method Description
EndProcessing ( ) : void

Sequences and returns the ordered list of PatchSequence objects for all applicable patches.

ProcessItem ( System.Management.Automation.PSObject item ) : void

Adds each patch enumerated to the PatchSequencer to sequence for each product in EndProcessing.

Private Methods

Method Description
WritePatchSequence ( IEnumerable patches ) : void

Method Details

EndProcessing() protected method

Sequences and returns the ordered list of PatchSequence objects for all applicable patches.
protected EndProcessing ( ) : void
return void

ProcessItem() protected method

Adds each patch enumerated to the PatchSequencer to sequence for each product in EndProcessing.
protected ProcessItem ( System.Management.Automation.PSObject item ) : void
item System.Management.Automation.PSObject A representing the path to a patch package.
return void