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

Inheritance: PackageCommandBase
Afficher le fichier Open project: heaths/psmsi

Private Properties

Свойство Type Description

Méthodes protégées

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

Creates a list of property name wildcard patterns.
protected BeginProcessing ( ) : void
Résultat void

EndProcessing() protected méthode

Clears the list of property name wildcard patterns.
protected EndProcessing ( ) : void
Résultat void

ProcessItem() protected méthode

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.
Résultat void