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

Inheritance: SourceCommandBase
Afficher le fichier Open project: heaths/psmsi

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
UpdateParameters ( Parameters param ) : void

Adds the resolved path to the SourceCommandBase.Parameters.

Method Details

UpdateParameters() protected méthode

Adds the resolved path to the SourceCommandBase.Parameters.
protected UpdateParameters ( Parameters param ) : void
param Parameters The to update.
Résultat void