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