Hi, On 6/9/07, Wicky <[EMAIL PROTECTED]> wrote: > I know a way is to use TypeReference.FullName to find the > TypeDefinition in Types collection.
That usually works. > But for some cases, i.e. obfuscator or deobfuscator, the FullName may > not be reliable. Actually it have to be. If the fullname of the TypeReference is not the same as the fullname of its definition, the runtime won't be able to load the type. -- Jb --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
