- 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
Name | Value | Summary |
---|---|---|
IgnoreDefaultSources | bool | |
PackageIds | ICollection |
|
PackagesPath | DirectoryPath | |
UpdatePackages | bool | |
Use |
bool | |
Use |
bool |
Methods
Name | Value | Summary |
---|---|---|
AddPackage |
void |
Adds a package.
|
AddPackageSource |
void |
Adds the specified package source. Sources added this way will be searched before any global sources.
|
ContainsPackage |
bool |
Determines whether the specified package has already been added.
|