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

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

Private Properties

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

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

Метод Описание
ProcessItem ( System.Management.Automation.PSObject item ) : void

Writes a SummaryInfo object for each supported file type to the pipeline.

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

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

Writes a SummaryInfo object for each supported file type to the pipeline.
protected ProcessItem ( System.Management.Automation.PSObject item ) : void
item System.Management.Automation.PSObject A representing the file system object to process.
Результат void