This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.StrongNameTool.
Summary
Initializes a new instance of the
StrongNameToolRunner
class.
- Assembly
- cake
.strongnametool .dll - Namespace
- Cake
.StrongNameTool - Containing Type
- StrongNameToolRunner
Syntax
public StrongNameToolRunner(IFileSystem filesystem, ICakeEnvironment enviroment, IProcessRunner processrunner, IToolLocator tools, IRegistry registry)
Parameters
Name | Type | Description |
---|---|---|
filesystem | IFileSystem | The filesystem. |
enviroment | ICakeEnvironment | The enviroment. |
processrunner | IProcessRunner | The processrunner. |
tools | IToolLocator | The tool resolver. |
registry | IRegistry | The registry. |
Return Value
Type | Description |
---|---|
void |