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

Inheritance: ItemCommandBase
Mostrar archivo Open project: heaths/psmsi

Private Properties

Property Type Description

Protected Methods

Method Description
ProcessItem ( System.Management.Automation.PSObject item ) : void

Processes the item enumerated by the base class.

Method Details

ProcessItem() protected method

Processes the item enumerated by the base class.
protected ProcessItem ( System.Management.Automation.PSObject item ) : void
item System.Management.Automation.PSObject The to process.
return void