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

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

Private Properties

프로퍼티 타입 설명
WriteComponent void
WriteSharedComponent void

보호된 메소드들

메소드 설명
EndProcessing ( ) : void

Enumerates the selected components and write them to the pipeline.

ProcessRecord ( ) : void

Collects input ComponentCodes and ProductCodes for future processing.

비공개 메소드들

메소드 설명
WriteComponent ( Microsoft.Deployment.WindowsInstaller.ComponentInstallation component ) : void

Attaches additional properties to the component and writes it to the pipeline.

WriteSharedComponent ( Microsoft.Deployment.WindowsInstaller.ComponentInstallation component ) : void

Enumerates clients of the component and writes each client-specific component to the pipeline.

메소드 상세

EndProcessing() 보호된 메소드

Enumerates the selected components and write them to the pipeline.
protected EndProcessing ( ) : void
리턴 void

ProcessRecord() 보호된 메소드

Collects input ComponentCodes and ProductCodes for future processing.
protected ProcessRecord ( ) : void
리턴 void