Hi. I'm new in use of Mono.Cecil. I want to modify a class (class A) in runtime. After this I want that this class implement an interface of the actual executing assembly, because I want to replace the class A by a class B and that the two implements the same interface (interface of class A.equelato(interface of class B)).
Excuse me for my basic english. Thank you very much. -- -- mono-cecil
