Deployment Tools Foundation
PatchStates Enumeration
Specifies the different patch states for GetPatches(String, String, String, UserContexts, PatchStates).
Declaration Syntax
C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum PatchStates
<FlagsAttribute> _ Public Enumeration PatchStates
[FlagsAttribute] public enum class 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.
|