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; }
Public Shared ReadOnly Property Is64BitProcess As Boolean
Get
static member Is64BitProcess : bool with get
Property Value
Type:
Booleantrue if running under 64 bit; otherwise,
false.
See Also