Hi Jb, > Granted that Cecil 0.9 creates its object model directly from the raw > bytes of the assemblies, without using an intermediate tables > representation, I quite don't see how that would be possible easily.
This gets more and more complicated... As Cecil does not expose the ClassLayout token, for example, it makes no sense to index the constructs in the assembly with Cecil. I thought then, it may be possible to use IlDasm with the /token parameter, but it also doesn't output the token value for the ClassLayout token... So I see only two possibilities: Implementing a kind of raw metadata reader or giving up... Any suggestions...? Regards, Joachim -- -- mono-cecil
