Show / Hide Table of Contents

Property osVersion.is32BitProcess


Overload

true if this process is 32-bit, false if 64-bit (x64 or ARM64). The same as sizeof(nint) == 4.

public static bool is32BitProcess { get; }
Property Value
bool