7 references to WqlEventQuery
System.Management (7)
System\Management\ManagementQuery.cs (7)
2439public WqlEventQuery() : this(null, TimeSpan.Zero, null, TimeSpan.Zero, null, null) { } 2514public WqlEventQuery(string eventClassName, string condition) : this(eventClassName, TimeSpan.Zero, condition, TimeSpan.Zero, null, null) { } 2539this(eventClassName, withinInterval, null, TimeSpan.Zero, null, null) 2571this(eventClassName, withinInterval, condition, TimeSpan.Zero, null, null) 2603this(eventClassName, TimeSpan.Zero, condition, groupWithinInterval, null, null) 2642this(eventClassName, TimeSpan.Zero, condition, groupWithinInterval, groupByPropertyList, null) 3155return new WqlEventQuery(eventClassName, withinInterval, condition, groupWithinInterval,