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

Наследование: System.Management.Automation.PSCmdlet
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
EndProcessing ( ) : void

Processes the ProductCodes or PatchCodes and writes a patch to the pipeline.

ProcessRecord ( ) : void

Collects input ProductCodes and PatchCodes for future processing.

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

Метод Описание
WritePatch ( Microsoft.Deployment.WindowsInstaller.PatchInstallation patch ) : void

Adds properties to the PatchInstallation object and writes it to the pipeline.

WritePatches ( string patchCode, string productCode, string userSid, UserContexts context, PatchStates filter ) : void

Enumerates patches for the given patch codes and ProductCodes and writes them to the pipeline.

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

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

Processes the ProductCodes or PatchCodes and writes a patch to the pipeline.
protected EndProcessing ( ) : void
Результат void

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

Collects input ProductCodes and PatchCodes for future processing.
protected ProcessRecord ( ) : void
Результат void