I am looking for a way to look at an assembly in c# and determine if it is a .net core assembly or a framework assembly. In addition, if it is a 64bit or 32bit.
The assembly will not be running.
I am using it to identify the type of worker process I need to create to process the assembly.