MSI Factory 2.3

System.Is64BitOS

System.Is64BitOS

This is the first topic This is the last topic  

System.Is64BitOS

This is the first topic This is the last topic  

OverviewExamples

boolean System.Is64BitOS (

)

Example 1

if (System.Is64BitOS()) then

-- The user's system is running a 64 bit operating system.

end

Checks if the user's OS is 64 bit.

Example 2

-- Check if the OS is 64 bit

b64Bit = System.Is64BitOS();

 

if b64Bit then

-- The OS is 64 bit

else

-- The OS is not 64 bit.

end

Performs specific tasks based on whether or not the user's system is running a 64 bit OS.

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us