I need to create a class dynamically. Most things work fine but i\'m stuck in generating the constructor.
AssemblyBuilder _assemblyBuilder = AppDomai
The easiest way to do this would be to compile up your abstract and derived classes into a simple assembly, then open them in Reflector using the "Reflection.Emit" language available as a addin from:
http://reflectoraddins.codeplex.com/
Yes, that's as cool as it sounds :)