Determines whether the current process is a 32-bit process
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntaxpublic static readonly bool Is32BitProcess
Field Value
Type:
Boolean
RemarksEquivalent to !Is64BitProcess.
See Also