Hi group, I'm working on a branch which lets you specific your own metadata importer in the same way you can provide an assembly resolver or a metadata resolver, and its close to being mergeable into master.
https://github.com/jbevain/cecil/tree/importer As part of this change, I've [Obsolete]d the ModuleDefinition.Import methods, and we're now providing a ImportReference method with the same overloads. The reason for this is that the Import terminology alone is confusing and not that descripting. One may wonder, am I importing the entire type in the module? At least ImportReference makes the intent clearer. Jb -- -- -- 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.
