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

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
ProcessItem ( System.Management.Automation.PSObject item ) : void

Writes a SummaryInfo object for each supported file type to the pipeline.

메소드 상세

ProcessItem() 보호된 메소드

Writes a SummaryInfo object for each supported file type to the pipeline.
protected ProcessItem ( System.Management.Automation.PSObject item ) : void
item System.Management.Automation.PSObject A representing the file system object to process.
리턴 void