I am working on a tool to generate assemblies for WP7. I am doing this from the full framework. Since Reflection.Emit doesn't work with WP7 but either CCI or Mono.Cecil do I am wondering if there is a way to create new assemblies from scratch. I already know that I can modify existing assemblies, but being able to create one would be pretty useful. I guess a workaround would be to generate an empty assembly in visual studio and keep it as a template, but I think that there should be a better way.
How can I create a new Windows Phone 7 assembly from scratch using CCI or Mono.Cecil
682 Views Asked by cloudraven At
2
It's pretty easy to do with Mono.Cecil:
A few things to note: