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

Inheritance: ItemCommandBase
Mostrar archivo Open project: heaths/psmsi

Private Properties

Property Type Description

Protected Methods

Method Description
ProcessItem ( System.Management.Automation.PSObject item ) : void

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

Method Details

ProcessItem() protected method

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.
return void