Using C#, I would like to create a method that retunrs whether my machine is 64 or 32-bit.
Is there anybody who knows how to do that?
System.Environment.GetEnvironmentVariable("PROCESSOR_ARCHITECTURE")
see this question.