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

상속: ItemCommandBase
파일 보기 프로젝트 열기: heaths/psmsi

Private Properties

프로퍼티 타입 설명
WritePatchSequence void

보호된 메소드들

메소드 설명
EndProcessing ( ) : void

Sequences and returns the ordered list of PatchSequence objects for all applicable patches.

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

Adds each patch enumerated to the PatchSequencer to sequence for each product in EndProcessing.

비공개 메소드들

메소드 설명
WritePatchSequence ( IEnumerable patches ) : void

메소드 상세

EndProcessing() 보호된 메소드

Sequences and returns the ordered list of PatchSequence objects for all applicable patches.
protected EndProcessing ( ) : void
리턴 void

ProcessItem() 보호된 메소드

Adds each patch enumerated to the PatchSequencer to sequence for each product in EndProcessing.
protected ProcessItem ( System.Management.Automation.PSObject item ) : void
item System.Management.Automation.PSObject A representing the path to a patch package.
리턴 void