IPackageManager Properties |
The IPackageManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AvailablePackages |
The packages available to install.
Packages from the feed are filtered using CanInstall(PackageVersion).
| |
| InstalledPackages |
The packages currently installed on the target.
| |
| PackageDependencies |
The root package dependencies for the target.
| |
| Target |
The target for which packages are managed.
| |
| Updates |
The updates available for installed packages.
|