On Tue, Jun 1, 2010 at 10:24 PM, damageboy <[email protected]> wrote: > So just to make sure (That I'm not missing out on something)... > > I find to find the TypeReference on every Type and Nested Type by > looking into their: > * Generic Arguments > * Fields > * Properties > * Method Declarations (Return Values, Generic Arguments, Parameters) > * Method Bodies (using ILVisitor or something like that)
* Events * CustomAttributes arguments > (Or maybe I should just ildasm / sed / ilasm ;) Actually, this may be bit easier. But you depend on how ildasm represents dups in the assembly ref table. -- Jb Evain <[email protected]> -- -- mono-cecil
