http://msdn.microsoft.com/wn3/aspx/postui.aspx?&guid=&sloc=en-us&d

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way from C# to know details from the operating system,
specifically a way to know if the assembly is running on a 64bit operating
system or 32bit, if it's 64bit also know if it's Itanium or x64, without
making WIN API calls.
 
I think there is System.Environment.ProcessorArchitecture - have a look

"How to get details from the OS from C#" <How to get details from the OS
from C#@discussions.microsoft.com> wrote in message
news:[email protected]...
 
Back
Top