Info
Version: | 1.1.0 |
Author(s): | Andreas Wäscher |
Last Update: | Friday, February 2, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/awaescher/quicsharp |
NuGet Url: | https://www.nuget.org/packages/quicsharp.Engine.CodeDom |
Install
Install-Package quicsharp.Engine.CodeDom
dotnet add package quicsharp.Engine.CodeDom
paket add quicsharp.Engine.CodeDom
quicsharp.Engine.CodeDom Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Usage:
var executor = new ScriptExecutor(..
any ScriptLogger ...);
executor.Execute(..source code ...);.