我知道IntPtr.Size 可以检查64位或32位。(8 || 4字节)
问题 :
是IntPtr.Size关于
- 操作系统平台
或者
- .net 编译版本(我可以编译为 32 或 64)
你能检查并更正这张表吗?
compiled to | running OS | IntPtr.Size
______________________________________
64 32 wont run
64 64 8
32 32 4
32 64 4