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

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

Private Properties

Property Type Description
WriteFeature void

Protected Methods

Method Description
ProcessRecord ( ) : void

Enumerates the selected features and write them to the pipeline.

Private Methods

Method Description
WriteFeature ( Microsoft.Deployment.WindowsInstaller.FeatureInstallation feature ) : void

Writes the feature to the pipeline.

Method Details

ProcessRecord() protected method

Enumerates the selected features and write them to the pipeline.
protected ProcessRecord ( ) : void
return void