GlobalProfileIs64Bit Property

Note: This API is now obsolete.
Determines whether current process is started using 64 bit or not.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
[ObsoleteAttribute("Use SessionProfile.AppEnv.Is64Bit instead.")]
public static bool Is64Bit { get; }

Property Value

Boolean

See Also