Runtime Code Compiler ###About### C# helper class for compiling code into an in-memory assembly at runtime. Modified from the following post by Richard Friend on stackoverflow: http://stackoverflow.com/a/3024112/670028 ###Note### See the test project for example usage.