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

Inheritance: System.Management.Automation.PSCmdlet
Mostra file Open project: heaths/psmsi Class Usage Examples

Private Properties

Property Type Description
WriteProduct void
WriteProducts void

Protected Methods

Method Description
EndProcessing ( ) : void

Processes the input ProductCodes or Names and writes a list of products to the pipeline.

ProcessRecord ( ) : void

Collects the input ProductCodes 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 productCode, string userSid, UserContexts context, IList patterns = null ) : void

Enumerates products for the given ProductCode and writes them to the pipeline.

Method Details

EndProcessing() protected method

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

ProcessRecord() protected method

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