C# Class Microsoft.Tools.WindowsInstaller.PowerShell.Commands.GetSummaryInfoCommand

Inheritance: ItemCommandBase
Afficher le fichier Open project: heaths/psmsi

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
ProcessItem ( System.Management.Automation.PSObject item ) : void

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

Method Details

ProcessItem() protected méthode

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.
Résultat void