PlinkTool<TSettings>.

PlinkTool(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Constructor

Summary

Initializes a new instance of the PlinkTool<TSettings> class.
Assembly
Cake.Putty.dll
Namespace
Cake.Putty
Containing Type
PlinkTool<TSettings>

Syntax

protected PlinkTool(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools)

Parameters

Name Type Description
fileSystem IFileSystem The file system.
environment ICakeEnvironment The environment.
processRunner IProcessRunner The process runner.
tools IToolLocator The tools locator.

Return Value

Type Description
void