IInstallPackage

Namespace: AnyPackage.Provider

Interface to support Install-Package command.

public interface IInstallPackage

Methods

InstallPackage(PackageRequest)

Installs packages with the specified request.

void InstallPackage(PackageRequest request)

Parameters

request PackageRequest
Package request.

Remarks:

If the requested package is not found, no exception should be thrown.