DeveloperJr
Programmer
Hello everyone,
I am using reflection to get a list of the assemblies that are referenced in my dlls/exe. My goal is to find out programmatically if I do have references to .NET platform 1.x.
The idea is to loop through the list of referenced assemblies with major part of the version equal to 1 and send the string name of the assembly to a function to answer the question “Is this assembly belongs to the .NET platform?”
My problem is that I can’t find a comprehensive list of all the dlls that constitute the .NET platform to be able to reliably implement the above mentioned method. Any suggestions/ideas?
Thank you all in advance.
I am using reflection to get a list of the assemblies that are referenced in my dlls/exe. My goal is to find out programmatically if I do have references to .NET platform 1.x.
The idea is to loop through the list of referenced assemblies with major part of the version equal to 1 and send the string name of the assembly to a function to answer the question “Is this assembly belongs to the .NET platform?”
My problem is that I can’t find a comprehensive list of all the dlls that constitute the .NET platform to be able to reliably implement the above mentioned method. Any suggestions/ideas?
Thank you all in advance.