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

상속: System.Management.Automation.PSCmdlet
파일 보기 프로젝트 열기: heaths/psmsi

Private Properties

프로퍼티 타입 설명
WriteProduct void
WriteProducts void

보호된 메소드들

메소드 설명
EndProcessing ( ) : void

Processes the input UpgradeCodes and writes a list of products to the pipeline.

ProcessRecord ( ) : void

Collects the input UpgradeCodes for future processing.

비공개 메소드들

메소드 설명
WriteProduct ( Microsoft.Deployment.WindowsInstaller.ProductInstallation product ) : void

Adds properties to the ProductInstallation object and writes it to the pipeline.

WriteProducts ( string upgradeCode ) : void

Enumerates related products and writes them to the pipeline.

메소드 상세

EndProcessing() 보호된 메소드

Processes the input UpgradeCodes and writes a list of products to the pipeline.
protected EndProcessing ( ) : void
리턴 void

ProcessRecord() 보호된 메소드

Collects the input UpgradeCodes for future processing.
protected ProcessRecord ( ) : void
리턴 void