- 774 total downloads
- last updated 2/2/2018
- Latest version: 1.1.0
A simple C# scripting engine without dependencies (beyond .NET 3.5).
Usage:
var executor = new ScriptExecutor(... any ScriptLogger ...);
executor.Execute(... source code ...);