CSharpScriptExecution.CompileClassToType
This method expects a fully self-contained class file including namespace and using wrapper to compile from an input stream.
public Type CompileClassToType(string code)
Parameters
code
Fully self-contained C# class
