On Thu, Aug 4, 2011 at 4:58 PM, Greg Young <[email protected]> wrote:
> Wouldn't that be a bit expensive since it returns AssemblyDefinitions
> (eg to create an assembly definition just to create another
> assemblydefinition?). Seems like its a forced copy/paste job as I cant
> override anything in the default as well no?

I think I misunderstood your first question. No, using
ReaderParameters and resolvers are not the only way to read symbols.

If you have an existing module, you can simply say:

module.ReadSymbols ()

or:

module.ReadSymbols (provider);

Jb

-- 
--
mono-cecil

Reply via email to