C# 클래스 Microsoft.Tools.WindowsInstaller.PowerShell.Commands.GetPatchCommand

상속: System.Management.Automation.PSCmdlet
파일 보기 프로젝트 열기: heaths/psmsi 1 사용 예제들

Private Properties

프로퍼티 타입 설명
WritePatch void
WritePatches void

보호된 메소드들

메소드 설명
EndProcessing ( ) : void

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

ProcessRecord ( ) : void

Collects input ProductCodes and PatchCodes for future processing.

비공개 메소드들

메소드 설명
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.

메소드 상세

EndProcessing() 보호된 메소드

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

ProcessRecord() 보호된 메소드

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