Method Is64BitProcess
Is64BitProcess(Process)
Indicates whether the specified process is related to the 64-bit operation system.
public static bool Is64BitProcess(this Process process)
Parameters
process
ProcessProcess to check.
Returns
Exceptions
- Win32Exception
Throws a Win32Exception if the process is not 64-bit.