How to get system's informations

I want to design a simple application that show system's informations such as CPU's informations, RAM's informations and some thing like that. Can you instruct me how to do this. Thank you very much

Answer this question

How to get system's informations

  • paramhans

     

    Have a look at the system.management classes and the WMI Framework, these APIs will allow you to gather information on local and remote machines. If you go to the technet scripting centre you will find sample scripts in VBscript that you should be able to convert to managed code.



  • sasa_1999us

    I find usefull informations for me. Thank dxfoo and Glenn Wilson very much
  • PaulOR

    For starters, you can get the machine name, OS version etc. with System.Environment.
  • How to get system's informations