I have an application where I will need to display a good bit of system information (ranging from hardware to OS settings). My first thoughts were to use WMI. However, I have heard of several instances of people experiencing memory leaks and such so im a bit worried. Im also concerned about the query time.
My questions are:
How fast is WMI? Since im going to be making a bunch of queries in a row (could be as much as 50 or so!). Will this take forever?
Also, has anyone else heard of/experienced memory leaks when using WMI?
Thanks a bunch!
