OperatingSystemIsWow64Process Property |
Gets a value indicating whether the current process is running under WOW64.
Namespace: Alphaleonis.Win32Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static bool IsWow64Process { get; }
Public Shared ReadOnly Property IsWow64Process As Boolean
Get
public:
static property bool IsWow64Process {
bool get ();
}
static member IsWow64Process : bool with get
Property Value
Type:
Boolean if the current process is running under WOW64; otherwise,
.
See Also