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.Dart.
Summary
Runs given dartScriptFile file using vmOptions and settings.
- Assembly
- Cake
.Dart .dll - Namespace
- Cake
.Dart - Containing Type
- DartTool
Syntax
public void Run(Dictionary<string, object> vmOptions, FilePath dartScriptFile, DartSettings settings)
Parameters
Name | Type | Description |
---|---|---|
vmOptions | Dictionary |
VM options |
dartScriptFile | FilePath | Script file to run. |
settings | DartSettings | The settings. |
Return Value
Type | Description |
---|---|
void |