Click or drag to resize

IPackageManager Properties

The IPackageManager type exposes the following members.

Properties
  NameDescription
Public propertyAvailablePackages
The packages available to install. Packages from the feed are filtered using CanInstall(PackageVersion).
Public propertyInstalledPackages
The packages currently installed on the target.
Public propertyPackageDependencies
The root package dependencies for the target.
Public propertyTarget
The target for which packages are managed.
Public propertyUpdates
The updates available for installed packages.
Top
See Also