CorFlags.exe检查.NET程序平台目标(Platform Target)的工具【点击查看详情】
CorFlags.exe检查.NET程序平台目标(Platform Target)的工具:先通过实验观察不同平台目标组件的下拉列表。在Visual Studio中依序调整PlatformTarget为Any CPU, x86及x,分别编译成EventPingPongAny.exe, EventPingPongX86.exe, EventPingPongX.exe三个程序集。 再使用corflags Ev