If you’re using .NET 4.0, it’s a one-liner for the current process:
Environment.Is64BitProcess
Reference: Environment.Is64BitProcess Property (MSDN)
If you’re using .NET 4.0, it’s a one-liner for the current process:
Environment.Is64BitProcess
Reference: Environment.Is64BitProcess Property (MSDN)