GlobalProfileIs64Bit Property
Note: This API is now obsolete.
Determines whether current process is started using 64 bit or not.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
[ObsoleteAttribute("Use SessionProfile.AppEnv.Is64Bit instead.")]
public static bool Is64Bit { get; }
<ObsoleteAttribute("Use SessionProfile.AppEnv.Is64Bit instead.")>
Public Shared ReadOnly Property Is64Bit As Boolean
Get
public:
[ObsoleteAttribute(L"Use SessionProfile.AppEnv.Is64Bit instead.")]
static property bool Is64Bit {
bool get ();
}
[<ObsoleteAttribute("Use SessionProfile.AppEnv.Is64Bit instead.")>]
static member Is64Bit : bool with get
Property Value
Boolean