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

Base class for cmdlets which process items.
Наследование: System.Management.Automation.PSCmdlet
Показать файл Открыть проект

Private Properties

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

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

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

Processes the item in the inheriting class.

ProcessRecord ( ) : void

Processes the input paths and writes the file hashes to the pipeline.

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

ProcessItem() защищенный абстрактный Метод

Processes the item in the inheriting class.
protected abstract ProcessItem ( System.Management.Automation.PSObject item ) : void
item System.Management.Automation.PSObject The to process.
Результат void

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

Processes the input paths and writes the file hashes to the pipeline.
protected ProcessRecord ( ) : void
Результат void