ChocolateyPackageInstaller.

ChocolateyPackageInstaller(ICakeEnvironment, IProcessRunner, ICakeLog, IChocolateyContentResolver, ICakeConfiguration) Constructor

Summary

Initializes a new instance of the ChocolateyPackageInstaller class.

Syntax

public ChocolateyPackageInstaller(ICakeEnvironment environment, IProcessRunner processRunner, ICakeLog log, IChocolateyContentResolver contentResolver, ICakeConfiguration config)

Parameters

Name Type Description
environment ICakeEnvironment The environment.
processRunner IProcessRunner The process runner.
log ICakeLog The log.
contentResolver IChocolateyContentResolver The Chocolatey Package Content Resolver.
config ICakeConfiguration the configuration

Return Value

Type Description
void