Get Assemblies Without Instantiating Them
问题 I am trying to get all assemblies in CurrentDomain using AppDomain.CurrentDomain.GetAssemblies() to write their FullName into a DropDownList , however if I don't instantiate them, they are not seen in returned array from GetAssemblies() in CurrentDomain . They are all added as Reference and in Reference folder of the solution. Only time I can get them from the GetAssemblies() is when I first instantiate them. How to overcome this problem with an easy and more generic way instead of