Deployment Tools Foundation
AllPatches Property
Enumerates all patch installations on the system.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static IEnumerable<PatchInstallation> AllPatches { get; }
Public Shared ReadOnly Property AllPatches As IEnumerable(Of PatchInstallation) Get
public: static property IEnumerable<PatchInstallation^>^ AllPatches { IEnumerable<PatchInstallation^>^ get (); }
static member AllPatches : IEnumerable<PatchInstallation> with get
Return Value
Remarks
Win32 MSI API: MsiEnumPatches
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)