Summary
Runs the script using the specified script host.
- Namespace
- Cake
.Core .Scripting - Containing Type
- ScriptRunner
Syntax
public void Run(IScriptHost host, FilePath scriptPath)
Parameters
Name | Type | Description |
---|---|---|
host | IScriptHost | The script host. |
scriptPath | FilePath | The script path. |
Return Value
Type | Description |
---|---|
void |