C# Class Microsoft.Tools.WindowsInstaller.PowerShell.Commands.ItemCommandBase

Base class for cmdlets which process items.
Inheritance: System.Management.Automation.PSCmdlet
Exibir arquivo Open project: heaths/psmsi

Private Properties

Property Type Description

Protected Methods

Method Description
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.

Method Details

ProcessItem() protected abstract method

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

ProcessRecord() protected method

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