Table of Contents

Method Is64BitProcess

Namespace
Alternet.Common
Assembly
Alternet.Common.Winforms.v10.dll

Is64BitProcess(Process)

Indicates whether the specified process is related to the 64-bit operation system.

public static bool Is64BitProcess(this Process process)

Parameters

process Process

Process to check.

Returns

bool

Exceptions

Win32Exception

Throws a Win32Exception if the process is not 64-bit.