C# Class NuGet.VisualStudio.VsPackageUninstaller

Inheritance: IVsPackageUninstaller
Mostrar archivo Open project: themotleyfool/NuGet

Public Methods

Method Description
UninstallPackage ( Project project, string packageId, bool removeDependencies ) : void

Private Methods

Method Description
VsPackageUninstaller ( IVsPackageManagerFactory packageManagerFactory, IPackageRepository packageRepository, IScriptExecutor scriptExecutor ) : System

Method Details

UninstallPackage() public method

public UninstallPackage ( Project project, string packageId, bool removeDependencies ) : void
project Project
packageId string
removeDependencies bool
return void