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

Inheritance: System.Management.Automation.PSCmdlet
Mostrar archivo Open project: heaths/psmsi

Private Properties

Property Type Description
WriteComponent void
WriteSharedComponent void

Protected Methods

Method Description
EndProcessing ( ) : void

Enumerates the selected components and write them to the pipeline.

ProcessRecord ( ) : void

Collects input ComponentCodes and ProductCodes for future processing.

Private Methods

Method Description
WriteComponent ( Microsoft.Deployment.WindowsInstaller.ComponentInstallation component ) : void

Attaches additional properties to the component and writes it to the pipeline.

WriteSharedComponent ( Microsoft.Deployment.WindowsInstaller.ComponentInstallation component ) : void

Enumerates clients of the component and writes each client-specific component to the pipeline.

Method Details

EndProcessing() protected method

Enumerates the selected components and write them to the pipeline.
protected EndProcessing ( ) : void
return void

ProcessRecord() protected method

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