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

Inheritance: ItemCommandBase
Afficher le fichier Open project: heaths/psmsi

Private Properties

Свойство Type Description
WritePatchSequence void

Méthodes protégées

Méthode 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

Méthode Description
WritePatchSequence ( IEnumerable patches ) : void

Method Details

EndProcessing() protected méthode

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

ProcessItem() protected méthode

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.
Résultat void