DotNetToolContentResolver.

DotNetToolContentResolver(IFileSystem, ICakeEnvironment, IGlobber, ICakeLog, ICakeConfiguration) Constructor

Summary

Initializes a new instance of the DotNetToolContentResolver class.

Syntax

public DotNetToolContentResolver(IFileSystem fileSystem, ICakeEnvironment environment, IGlobber globber, ICakeLog log, ICakeConfiguration config)

Parameters

Name Type Description
fileSystem IFileSystem The file system.
environment ICakeEnvironment The environment.
globber IGlobber The Globber.
log ICakeLog The Log.
config ICakeConfiguration the configuration.

Return Value

Type Description
void