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

Inheritance: System.Management.Automation.PSCmdlet
Afficher le fichier Open project: heaths/psmsi Class Usage Examples

Private Properties

Свойство Type Description
WritePatch void
WritePatches void

Méthodes protégées

Méthode Description
EndProcessing ( ) : void

Processes the ProductCodes or PatchCodes and writes a patch to the pipeline.

ProcessRecord ( ) : void

Collects input ProductCodes and PatchCodes for future processing.

Private Methods

Méthode Description
WritePatch ( Microsoft.Deployment.WindowsInstaller.PatchInstallation patch ) : void

Adds properties to the PatchInstallation object and writes it to the pipeline.

WritePatches ( string patchCode, string productCode, string userSid, UserContexts context, PatchStates filter ) : void

Enumerates patches for the given patch codes and ProductCodes and writes them to the pipeline.

Method Details

EndProcessing() protected méthode

Processes the ProductCodes or PatchCodes and writes a patch to the pipeline.
protected EndProcessing ( ) : void
Résultat void

ProcessRecord() protected méthode

Collects input ProductCodes and PatchCodes for future processing.
protected ProcessRecord ( ) : void
Résultat void