Hi, A tool that I'm working on requires stripping all methods of variables and instructions. At the same time, however, I'd like to preserve all type, method, etc references that those instructions or variables referred to. In a similar vein, I'd like to import some type references into the module and have them stay around even if not explicitly used.
Does Cecil support this scenario? Is there anything I need to do to make sure these references don't disappear when the module is written back to disk? Thanks! Regards, Alex -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
