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