I have a process that converts an xml file/object into a set of public partial classes. It uses the same code base as xsd.exe (I think) to create schemas from the xml and then create classes from the schemas.
However, I am wanting to split each public partial class into its own file. Is there an easy way (some sort of existing .net object or something) to load the classes in an object in .net and then say loop through each and write it to file?