Info
Version: | 1.0.23 |
Author(s): | Vladyslav Taranov |
Last Update: | Friday, January 1, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AqlaSolutions/runsharp |
NuGet Url: | https://www.nuget.org/packages/Aqla.RunSharp.IKVM |
Install
Install-Package Aqla.RunSharp.IKVM
dotnet add package Aqla.RunSharp.IKVM
paket add Aqla.RunSharp.IKVM
Aqla.RunSharp.IKVM Download (Unzip the "nupkg" after downloading)
RunSharp is a runtime IL generator based on Reflection.Emit and IKVM which allows you to emit IL in a way similar to writing normal C# code.
It's a layer above the IKVM API, allowing to generate/compile dynamic code at runtime very quickly and efficiently (unlike using CodeDOM and invoking the C# compiler).
This package is a fork of TriAxis.RunSharp (the original is now abandoned).