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

Inheritance: SourceCommandBase
Mostrar archivo Open project: heaths/psmsi

Private Properties

Property Type Description

Protected Methods

Method Description
UpdateParameters ( Parameters param ) : void

Adds the resolved path to the SourceCommandBase.Parameters.

Method Details

UpdateParameters() protected method

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