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

Inheritance: System.Management.Automation.PSCmdlet
Afficher le fichier Open project: heaths/psmsi

Private Properties

Свойство Type Description
WriteFeature void

Méthodes protégées

Méthode Description
ProcessRecord ( ) : void

Enumerates the selected features and write them to the pipeline.

Private Methods

Méthode Description
WriteFeature ( Microsoft.Deployment.WindowsInstaller.FeatureInstallation feature ) : void

Writes the feature to the pipeline.

Method Details

ProcessRecord() protected méthode

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