PatchStates Enumeration

DTF API

Copy image CopyHover image
Deployment Tools Foundation PatchStates Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerPatchStates
Specifies the different patch states for GetPatches(String, String, String, UserContexts, PatchStates).
Declaration Syntax
C# Visual Basic Visual C++ F#
[FlagsAttribute]
public enum PatchStates
<FlagsAttribute>
Public Enumeration PatchStates
[FlagsAttribute]
public enum class PatchStates
[<FlagsAttribute>]
type PatchStates
Members
Member Description
None Invalid value.
Applied Patches applied to a product.
Superseded Patches that are superseded by other patches.
Obsoleted Patches that are obsolesced by other patches.
Registered Patches that are registered to a product but not applied.
All All valid patch states.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)