C# Класс Microsoft.Tools.WindowsInstaller.PowerShell.Commands.GetPatchSequenceCommand

Наследование: ItemCommandBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
WritePatchSequence void

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
WritePatchSequence ( IEnumerable patches ) : void

Описание методов

EndProcessing() защищенный Метод

Sequences and returns the ordered list of PatchSequence objects for all applicable patches.
protected EndProcessing ( ) : void
Результат void

ProcessItem() защищенный Метод

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.
Результат void