Info
Version: | 1.0.23 |
Author(s): | Vladyslav Taranov 2020, fork source from Stefan Simek 2009 |
Last Update: | Friday, January 1, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/aqla.runsharp |
Install
Install-Package aqla.runsharp
dotnet add package aqla.runsharp
paket add aqla.runsharp
aqla.runsharp Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
No dependencies.
No dependencies.
- Lokad.ILPack(>= 0.1.6)
Tags
It's a layer above the standard .NET Reflection.Emit API, allowing to generate/compile dynamic code at runtime very quickly and efficiently (unlike using CodeDOM and invoking the C# compiler).
Platforms:
* .NET Standard 2.1 (including .NET Core 3 and .NET 5)
* .NET 2.0 and higher including .NET 4 (also IKVM version available)
* Windows Phone 8
* Silverlight 5
The IKVM version has also an ability to emit NET 2.0 and .NET 4.0 assemblies (while running on, for example, .NET 3.0).
This package is a fork of TriAxis.RunSharp (the original is now abandoned).