3 references to EventQuery
System.Management (3)
managementeventwatcher.cs (3)
167
string query) : this(null, new
EventQuery
(query), null) {}
188
string query) : this(new ManagementScope(scope), new
EventQuery
(query), null) {}
202
EventWatcherOptions options) : this(new ManagementScope(scope), new
EventQuery
(query), options) {}