Table of Contents

Method IsProcessManaged

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

IsProcessManaged(Process)

Indicates whether the specified process is managed process.

public static bool IsProcessManaged(Process process)

Parameters

process Process

Process to check.

Returns

bool

Exceptions

InvalidOperationException

Throws an InvalidOperationException if the current process or specified process is not 64-bit.