Hey, currently I have some issues while getting the assembly (fullname) or related information that provides me the possibility to compare Assemblies including at least their Version, Name, PublicKeyToken (if any) from a ModuleDefinition, that i got for example from a TypeDefinition. My problem Is that in some cases I dont have everything loaded into my ModuleDef so Assembly is null. I now looking for a way to do that - What I can say - I have loaded all references AssemblyDefenitions but seperate, so I may be able to use these or adjust them to their parents.
-- -- -- mono-cecil
