runtime compilation

Hey,

is it possible to generate and compile a script (csharp) at runtime?

greetings

no, not unless you bring along an own compiler.
and even if you do so it makes no sense cause you can not use the code afterwards in your project as if it has been part of it