PackageInstaller Class

Assembly
Wyam.Configuration.dll
Namespace
Wyam.Configuration.NuGet
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["PackageInstaller"] class Type type-node

Syntax

public class PackageInstaller

Properties

Methods

Name Value Summary
AddPackage(string, IEnumerable<string>, string, bool, bool, bool, bool) void
Adds a package.
AddPackageSource(string) void
Adds the specified package source. Sources added this way will be searched before any global sources.
ContainsPackage(string) bool
Determines whether the specified package has already been added.
GitHub