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

Base class for cmdlets which process items.
Inheritance: System.Management.Automation.PSCmdlet
Afficher le fichier Open project: heaths/psmsi

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

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

ProcessRecord() protected méthode

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