Click or drag to resize

IPackageManager Methods

The IPackageManager type exposes the following members.

Methods
  NameDescription
Public methodCanInstall
Returns true if the package manager can install the package on the target.
Public methodInstall(PackageVersion)
Install the given package, from the feed (PackageFeed).
Public methodInstall(String, SemVersion)
Installs the latest package with the specified name, or an exact version if specified. Installs all dependencies for the package.
Public methodRestore
Installs any missing dependencies for the target.
Public methodUninstall
Uninstalls the package with the specified name.
Top
See Also