Skip to content

Instantly share code, notes, and snippets.

@marcioalthmann
Created January 19, 2013 12:50
Show Gist options
  • Save marcioalthmann/4572518 to your computer and use it in GitHub Desktop.
Save marcioalthmann/4572518 to your computer and use it in GitHub Desktop.
descobrir-64bits
// Para descobrir se o sistema operacional é 64 bits é só fazer
Environment.Is64BitOperatingSystem
//E para saber se o processo é 64 bits:
Environment.Is64BitProcess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment