I would like to know if my current os version is of type Windows Vista (could be 32bit or 64bit).
IS there a way to programmatically determine that? I just need to know if its Vista.
Thanks!
I would like to know if my current os version is of type Windows
Share
You can check Environment.OSVersion to get the OperatingSystem information.