3 instantiations of WqlEventQuery
System.Management (1)
managementquery.cs (1)
3152 return new WqlEventQuery(eventClassName, withinInterval, condition, groupWithinInterval,
WsatConfig (1)
Configuration\RemoteHelper.cs (1)
70WqlEventQuery wqlEventQuery = new WqlEventQuery(QueryProcessExitEvent);
WsatUI (1)
Configuration\RemoteHelper.cs (1)
70WqlEventQuery wqlEventQuery = new WqlEventQuery(QueryProcessExitEvent);
17 references to WqlEventQuery
System.Management (15)
managementquery.cs (15)
2432 /// <para> Initializes a new instance of the <see cref='System.Management.WqlEventQuery'/> class.</para> 2435 /// <para>Initializes a new instance of the <see cref='System.Management.WqlEventQuery'/> 2447 /// <para> Initializes a new instance of the <see cref='System.Management.WqlEventQuery'/> 2496 /// <para> Initializes a new instance of the <see cref='System.Management.WqlEventQuery'/> 2517 /// <para> Initializes a new instance of the <see cref='System.Management.WqlEventQuery'/> 2541 /// <para> Initializes a new instance of the <see cref='System.Management.WqlEventQuery'/> 2573 /// <para> Initializes a new instance of the <see cref='System.Management.WqlEventQuery'/> 2604 /// <para> Initializes a new instance of the <see cref='System.Management.WqlEventQuery'/> 2642 /// <para> Initializes a new instance of the <see cref='System.Management.WqlEventQuery'/> 2744 /// <para>This example creates a new <see cref='System.Management.WqlEventQuery'/> 2775 /// <para>This example creates a new <see cref='System.Management.WqlEventQuery'/> 2810 /// <para>This example creates a new <see cref='System.Management.WqlEventQuery'/> 2843 /// <para>This example creates a new <see cref='System.Management.WqlEventQuery'/> 2879 /// <para>This example creates a new <see cref='System.Management.WqlEventQuery'/> 2927 /// <para>This example creates a new <see cref='System.Management.WqlEventQuery'/>
WsatConfig (1)
Configuration\RemoteHelper.cs (1)
70WqlEventQuery wqlEventQuery = new WqlEventQuery(QueryProcessExitEvent);
WsatUI (1)
Configuration\RemoteHelper.cs (1)
70WqlEventQuery wqlEventQuery = new WqlEventQuery(QueryProcessExitEvent);