Method IsProcessManaged
IsProcessManaged(Process)
Indicates whether the specified process is managed process.
public static bool IsProcessManaged(Process process)
Parameters
process
ProcessProcess to check.
Returns
Exceptions
- InvalidOperationException
Throws an InvalidOperationException if the current process or specified process is not 64-bit.