Get bit rate (32-bit / 64-bit) from a process object

Duplicate:
How do I know if another process is 64-bit?

Can I determine the process bit from a .net Process object? I am not trying to detect the bitness of a running application or OS, but a specific process in which I have an active process object that tracks / links the process.

Change
Search solution without pinvoke

+3
source share
1 answer

To get your bitta, you will have to call some of your own methods. A good entry on how to do this can be found at fooobar.com/questions/28438 / ...

0
source

All Articles