[RESOLVED] Determining Architecture of OS (x86 or x64) When trying to determine the Architecture of an OS, I ran across IntPtr . From reading the documentation, I saw this: Quote: The IntPtr type is designed to be an integer whose size is
platform-specific. That is, an instance of this type is ...