A .NET class used to generated new types at run time, rather than compile time.
I am trying to create a dynamic type based on an existing type that contains only public fields. The new …