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

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

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
BeginProcessing ( ) : void

Ges the path to Orca if installed; otherwise, displays a warning.

ProcessItem ( System.Management.Automation.PSObject item ) : void

Attempts to open the item in Orca, if installed; otherwise, tries to invoke the "edit" verb on the package.

Method Details

BeginProcessing() protected méthode

Ges the path to Orca if installed; otherwise, displays a warning.
protected BeginProcessing ( ) : void
Résultat void

ProcessItem() protected méthode

Attempts to open the item in Orca, if installed; otherwise, tries to invoke the "edit" verb on the package.
protected ProcessItem ( System.Management.Automation.PSObject item ) : void
item System.Management.Automation.PSObject The representing a package to open.
Résultat void