码迷,mamicode.com
首页 > 其他好文 > 详细

any cpu ×86 ×64

时间:2014-07-17 10:00:48      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:strong   io   for   c   load   mat   

On a 32-bit machine:

  • Any CPU: runs as a 32-bit process, can load Any CPU and x86 assemblies, will get BadImageFormatException if it tries to load an x64 assembly.

  • x86: same as Any CPU.

  • x64BadImageFormatException always.

On a 64-bit machine:

  • Any CPU: runs as a 64-bit process, can load Any CPU and x64 assemblies, will get BadImageFormatException if it tries to load an x86 assembly.

  • x86: runs as a 32-bit process, can load Any CPU and x86 assemblies, will get BadImageFormatException if it tries to load an x64 assembly.

  • x64: same as Any CPU.

any cpu ×86 ×64,布布扣,bubuko.com

any cpu ×86 ×64

标签:strong   io   for   c   load   mat   

原文地址:http://www.cnblogs.com/xuzhiwei/p/3850149.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!