0
kicks
How to find out if assembly is compiled as x86, x64 or AnyCPU
When using 3rd party assemblies it is sometimes useful to know if they have been compiled to x86, x64 or AnyCPU. It is easy to find out if the assembly is x86 or AnyCPU but how to distinguish between x64 and AnyCPU?