NuGetRepository Class

Represents a source for NuGet package installation. Refer to NuGetSourceRepository or NuGetRegistryRepository for an example.

Namespace:  Microsoft.AspNet.Scaffolding.NuGet
Assembly:  Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)

public abstract class NuGetRepository

The NuGetRepository type exposes the following members.

  NameDescription
Protected methodNuGetRepositoryInitializes a new instance of the NuGetRepository class.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetPackageInstallerServiceGets the pacakge installer service.
Public methodGetType (Inherited from Object.)
Protected methodInstallPackageCorePackage installation logic for this repository.
Protected methodIsPackageInstalledDetermines whether a package is already installed.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: