CSharpScriptExecution.CompileClass
This method compiles a class and hands back a dynamic reference to that class that you can call members on.
Must have include parameterless ctor()
public object CompileClass(Stream code)
Parameters
code
Fully self-contained C# class
Remarks
Does not allow for #r reference inclusion - if you need #r