C# 클래스 Microsoft.Tools.WindowsInstaller.PowerShell.Commands.EditPackageCommand

상속: ItemCommandBase
파일 보기 프로젝트 열기: heaths/psmsi

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
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.

메소드 상세

BeginProcessing() 보호된 메소드

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

ProcessItem() 보호된 메소드

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.
리턴 void