OS version

  • Thread starter Thread starter Rinaldo
  • Start date Start date
R

Rinaldo

Hi,

How do I see which OS the user uses? In C++ it is GetVersionEx but what is
it for c#?
 
How do I see which OS the user uses? In C++ it is GetVersionEx but what
is it for c#?

I'll grant you that MSDN's search isn't necessarily the best around. But
when I entered ".net os version" as my search terms for MSDN, the
Environment.OSVersion property appeared _twice_ in the top ten results,
along with a number of other articles providing similar information.

MSDN Search. Check it out. You might like it. :)

Pete
 
Rinaldo said:
How do I see which OS the user uses? In C++ it is GetVersionEx but what is
it for c#?

Does Environment.OSVersion do what you need it to?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top