Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am relatively new to C# and I am trying to understand the best programming methods. I current am trying to make a simple program to get some system info. I have come across a few different methods. ManagementObjectSearcher and Interop. Here is a list of a few different things I would like to get: Physical Memory, Virtual Memory, Processor, General OS info, VideoCard. And I would like to think speed is an issue. So I guess my question is what is the best way to get that kind of info?
Posted
Updated 21-Nov-11 6:40am
v2

You may want look at this

Windows Management Instrumentation Classes[^]
 
Share this answer
 
I guess I need to rephrase my question, I am wondering what would be better for getting hardware information, Object management or Interop?
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900