Click or drag to resize

EtoEnvironmentIs64BitProcess Property

Gets a value indicating the runtime is a 64 bit process.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static bool Is64BitProcess { get; }

Property Value

Type: Boolean
true if running under 64 bit; otherwise, false.
See Also