IPackageManager Methods |
The IPackageManager type exposes the following members.
| Name | Description | |
|---|---|---|
| CanInstall |
Returns true if the package manager can install the package on the target.
| |
| Install(PackageVersion) |
Install the given package, from the feed (PackageFeed).
| |
| Install(String, SemVersion) |
Installs the latest package with the specified name, or an exact version if specified.
Installs all dependencies for the package.
| |
| Restore |
Installs any missing dependencies for the target.
| |
| Uninstall |
Uninstalls the package with the specified name.
|