3 references to EventQuery
System.Management (3)
System\Management\ManagementEventWatcher.cs (3)
166
string query) : this(null, new
EventQuery
(query), null) { }
187
string query) : this(new ManagementScope(scope), new
EventQuery
(query), null) { }
201
EventWatcherOptions options) : this(new ManagementScope(scope), new
EventQuery
(query), options) { }