C# Class NuGet.VisualStudio.VsPackageUninstaller

Inheritance: IVsPackageUninstaller
Afficher le fichier Open project: themotleyfool/NuGet

Méthodes publiques

Méthode Description
UninstallPackage ( Project project, string packageId, bool removeDependencies ) : void

Private Methods

Méthode Description
VsPackageUninstaller ( IVsPackageManagerFactory packageManagerFactory, IPackageRepository packageRepository, IScriptExecutor scriptExecutor ) : System

Method Details

UninstallPackage() public méthode

public UninstallPackage ( Project project, string packageId, bool removeDependencies ) : void
project Project
packageId string
removeDependencies bool
Résultat void