Script to query the current operating environment

IF ([IntPtr] :: Size -eq . 4) {'32 -bit '} the else {'64 - Bite'}
 # # V7 version may be used in the ternary operator 
 [IntPtr] :: Size -eq . 8 '64? -bit ': '32 -bite'

 

Guess you like

Origin www.cnblogs.com/feiyucha/p/12001928.html