The Assembly.GetTypes()
method returns a list of all types declared in the assembly. However, sometimes it happens that some dependencies for a part of the types declared in an assembly are not available, and some types cannot be loaded. In this case, the method throws an exception and returns nothing.
How to make so that if some types are not available, it would be possible to see what you managed to download?