c# - How change variable value depending on architecture -


title clear: how can change value in c# depending on destination architecture? in particular, want change string depending on x86 or x64. many thanks!

edit: need check if x64 office version installed if application x64 too.

environment.is64bitprocess should trick


Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

How to mention the localhost in android -

php - Calling a template part from a post -