Are the IntPtr.Size results of the OS running the .NET application presented, or which version of the .NET Framework is running? If you have a 32-bit application running on a 64-bit machine using WOW, what will IntPtr.Size (4 or 8) show?
It returns the bit of the current process.
Therefore, if your assembly is compiled only as x86, it will always return 4, even on x64.
Source: https://habr.com/ru/post/1306362/More articles:Java graph library for comparing 2 graphs - javaBlock HTML select element, allow sending value to send - jquerySIGABRT error starting MonoTouch application - monoHow can I find out why the site looks different when I upload it to IIS? - htmlHow expensive is calling java.util.HashMap.keySet ()? - javaC # linq to xml to list - listmemory leak in PHP script - phpPrint the value of the number (int) prescribed - c #Getting the first 10 rows and summing all the rest in row 11 - sqlMaking all the unique combinations for the drive ya nuts puzzle - pythonAll Articles