Generating Managed WMI Classes
If you are also writing code using WMI on C#, probably you’ve also use the following classes; ManagementScope, ManagementObjectSearcher, ManagementObjectCollection and also ManagementObject; But they’re not such easy classes to deal with, espacially if you’re using WMI methods. Take a look at this code: private void List(string containerName) { string sorgu = String.Format(“SELECT * [...]
Read more


19. Aug, 2006 