WMI.NET ExecuteQuery

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
With the [ManagementEnumerator] attribute the scalability of .NET WMI providers has been improved.

Wondering, would it be possible to include an ExecuteQuery  implementation in a .NET WMI provider that would process a WQL statement (eg. SELECT * FROM DataSource WHERE Attribute = "value") more efficiently, rather than WMI Framework enumerating all instances of the WMI class and then filtering?

thanks for any ideas..


View the full article
 
Back
Top