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

Inheritance: System.Management.Automation.PSCmdlet
Exibir arquivo Open project: heaths/psmsi

Private Properties

Property Type Description
WriteProduct void
WriteProducts void

Protected Methods

Method Description
EndProcessing ( ) : void

Processes the input UpgradeCodes and writes a list of products to the pipeline.

ProcessRecord ( ) : void

Collects the input UpgradeCodes for future processing.

Private Methods

Method Description
WriteProduct ( Microsoft.Deployment.WindowsInstaller.ProductInstallation product ) : void

Adds properties to the ProductInstallation object and writes it to the pipeline.

WriteProducts ( string upgradeCode ) : void

Enumerates related products and writes them to the pipeline.

Method Details

EndProcessing() protected method

Processes the input UpgradeCodes and writes a list of products to the pipeline.
protected EndProcessing ( ) : void
return void

ProcessRecord() protected method

Collects the input UpgradeCodes for future processing.
protected ProcessRecord ( ) : void
return void