Hi all, I have recently starting using Mono.cecil for the purpose of extracting some code information. It is a .NET reverse-engineering tool that I am working on. I have a few rudimentary questions:
1. I am using V. 0.6 and I am using a IRefectionVisitor. I see that there is a method TypeDefinition.resolve(). But my TypeDefinition objects do not support this method. 2. I thought that I may be using a older version which does not support Resolve() method. So I download the sources of cecil 0.9 from git (I didn't find the binaries anywhere) and got cecil 0.9. The new version does not seem to recognize IRelfectionVisitor, neither some of Accept methods. Am I missing something here? Or the new version does not support the visitor? thanx Usman -- -- mono-cecil
