Hey, currently I have some issues getting the assembly fullname from a Module that I got from for example a TypeDef. I have all references of my main Assembly (to inspect) loaded but all seperate (my Module (from a type that is used in a assembly that do not own the type (so its from a reference) that is not fully loaded in the context of that assemblydef/ moduledef (cause i said i loaded it seperate ;)) has no Assembly (it is null) but I need something for a Key to find info about that type and the assembly it is defined in so my Key would be the fullname. However it do not have to be a fullname. I just need at least Name, Version, PublicKeyToken (if any). I hope that was understandable ;)
-- -- -- mono-cecil
