How can I determine if a .NET assembly was built for x86 or x64?

后端 未结 15 1150
面向向阳花
面向向阳花 2020-11-22 09:08

I\'ve got an arbitrary list of .NET assemblies.

I need to programmatically check if each DLL was built for x86 (as opposed to x64 or Any CPU). Is this possible?

15条回答
  •  我在风中等你
    2020-11-22 09:46

    I've cloned a super handy tool that adds a context menu entry for assemblies in the windows explorer to show all available info:

    Download here: https://github.com/tebjan/AssemblyInformation/releases

提交回复
热议问题