Aqla.RunSharp
It is a fork of RunSharp from Google Code.
- added IKVM support
- examples converted to tests
- added peverify checks
- fixed multiple bugs
RunSharp is 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).
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).
It's a free open source project in which you can participate.
Git Hub: https://github.com/AqlaSolutions/runsharp
Language: C#