By running CorFlags.exe [assemblyname] it will output the information you need:
| Platform | PE | 32BIT |
| Any CPU | PE32 | 0 |
| x86 | PE32 | 1 |
| 64-bit | PE32+ | 0 |
Information got from this blog.
By running CorFlags.exe [assemblyname] it will output the information you need:
| Platform | PE | 32BIT |
| Any CPU | PE32 | 0 |
| x86 | PE32 | 1 |
| 64-bit | PE32+ | 0 |
Information got from this blog.