Property Is64BitProcess
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
Is64BitProcess
Gets a value that indicates whether the current process is a 64-bit process (获取一个值,该值指示当前进程是否为 64 位进程).
public static bool Is64BitProcess { get; }
Property Value
- bool
true if the process is 64-bit; otherwise, false (如果进程为 64 位进程,则为 true;否则为 false).