Click here to Skip to main content
15,886,137 members
Articles / Programming Languages / C#

32-Bit or 64-bit OS ??

Rate me:
Please Sign up or sign in to vote.
1.00/5 (3 votes)
20 Sep 2010CPOL 12K   2  
To check 64Bit Operating system in VB.NET,Public Shared Function is64BitOPeratinSystem() As Boolean Return (Marshal.SizeOf(IntPtr.Zero) = 8)End Function

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Egypt Egypt
Oil & Gas Engineer
C# & VB.net
Coding For Fun Only

Comments and Discussions