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

Inheritance: PackageCommandBase
Exibir arquivo Open project: heaths/psmsi

Private Properties

Property Type Description

Protected Methods

Method Description
BeginProcessing ( ) : void

Creates a list of property name wildcard patterns.

EndProcessing ( ) : void

Clears the list of property name wildcard patterns.

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

Gets property records from the item.

Method Details

BeginProcessing() protected method

Creates a list of property name wildcard patterns.
protected BeginProcessing ( ) : void
return void

EndProcessing() protected method

Clears the list of property name wildcard patterns.
protected EndProcessing ( ) : void
return void

ProcessItem() protected method

Gets property records from the item.
protected ProcessItem ( System.Management.Automation.PSObject item ) : void
item System.Management.Automation.PSObject The item from which properties are retrieved.
return void