Click or drag to resize

OperatingSystemIsWow64Process Property

Gets a value indicating whether the current process is running under WOW64.

Namespace:  Alphaleonis.Win32
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static bool IsWow64Process { get; }

Property Value

Type: Boolean
if the current process is running under WOW64; otherwise, .
See Also