I want to determine via C#, using NET 2.0 framework, if my operating system is 32 bit or 64 bit.
I can't use Environment.Is64BitOperatingSystem, because is only valid on net4 and above.
Y can't use native dll windows funcions or registry properties, because this is only valid for windows.
Is there any way to check this in unix and mac?