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

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

Private Properties

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

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

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

Enumerates the selected components and write them to the pipeline.

ProcessRecord ( ) : void

Collects input ComponentCodes and ProductCodes for future processing.

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

Метод Описание
WriteComponent ( Microsoft.Deployment.WindowsInstaller.ComponentInstallation component ) : void

Attaches additional properties to the component and writes it to the pipeline.

WriteSharedComponent ( Microsoft.Deployment.WindowsInstaller.ComponentInstallation component ) : void

Enumerates clients of the component and writes each client-specific component to the pipeline.

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

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

Enumerates the selected components and write them to the pipeline.
protected EndProcessing ( ) : void
Результат void

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

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