7 references to WqlEventQuery
System.Management (7)
managementquery.cs (7)
2439 public WqlEventQuery() : this(null, TimeSpan.Zero, null, TimeSpan.Zero, null, null) {} 2514 public WqlEventQuery(string eventClassName, string condition) : this(eventClassName, TimeSpan.Zero, condition, TimeSpan.Zero, null, null) {} 2539 this(eventClassName, withinInterval, null, TimeSpan.Zero, null, null) {} 2570 this(eventClassName, withinInterval, condition, TimeSpan.Zero, null, null) {} 2601 this(eventClassName, TimeSpan.Zero, condition, groupWithinInterval, null, null) {} 2639 this(eventClassName, TimeSpan.Zero, condition, groupWithinInterval, groupByPropertyList, null) {} 3152 return new WqlEventQuery(eventClassName, withinInterval, condition, groupWithinInterval,