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

Inheritance: System.Management.Automation.PSCmdlet
显示文件 Open project: heaths/psmsi Class Usage Examples

Private Properties

Property Type Description
WritePatch void
WritePatches void

Protected Methods

Method 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

Method 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 method

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

ProcessRecord() protected method

Collects input ProductCodes and PatchCodes for future processing.
protected ProcessRecord ( ) : void
return void