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

Base class for cmdlets which process items.
상속: System.Management.Automation.PSCmdlet
파일 보기 프로젝트 열기: heaths/psmsi

Private Properties

프로퍼티 타입 설명

보호된 메소드들

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

Processes the item in the inheriting class.

ProcessRecord ( ) : void

Processes the input paths and writes the file hashes to the pipeline.

메소드 상세

ProcessItem() 보호된 추상적인 메소드

Processes the item in the inheriting class.
protected abstract ProcessItem ( System.Management.Automation.PSObject item ) : void
item System.Management.Automation.PSObject The to process.
리턴 void

ProcessRecord() 보호된 메소드

Processes the input paths and writes the file hashes to the pipeline.
protected ProcessRecord ( ) : void
리턴 void