2 instantiations of SelectQuery
System.Management (2)
System\Management\ManagementQuery.cs (2)
1115return new SelectQuery(className, condition, strArray); 1117return new SelectQuery(true, condition);
19 references to SelectQuery
System.Management (19)
System\Management\ManagementObjectSearcher.cs (12)
335if ((query.GetType() == typeof(SelectQuery)) && 336(((SelectQuery)query).Condition == null) && 337(((SelectQuery)query).SelectedProperties == null) && 344if (!((SelectQuery)query).IsSchemaQuery) //deep instance enumeration 347((SelectQuery)query).ClassName, 354status = scope.GetSecuredIWbemServicesHandler(scope.GetIWbemServices()).CreateClassEnum_(((SelectQuery)query).ClassName, 428if ((query.GetType() == typeof(SelectQuery)) && 429(((SelectQuery)query).Condition == null) && 430(((SelectQuery)query).SelectedProperties == null) && 437if (!((SelectQuery)query).IsSchemaQuery) //deep instance enumeration 439status = scope.GetSecuredIWbemServicesHandler(wbemServices).CreateInstanceEnumAsync_(((SelectQuery)query).ClassName, 446status = scope.GetSecuredIWbemServicesHandler(wbemServices).CreateClassEnumAsync_(((SelectQuery)query).ClassName,
System\Management\ManagementQuery.cs (7)
618/// <para>Initializes a new instance of the <see cref='System.Management.SelectQuery'/> 622/// <para>Initializes a new instance of the <see cref='System.Management.SelectQuery'/> 634/// <para>Initializes a new instance of the <see cref='System.Management.SelectQuery'/> class for the specified 685/// <para> Initializes a new instance of the <see cref='System.Management.SelectQuery'/> 700/// <para> Initializes a new instance of the <see cref='System.Management.SelectQuery'/> 735/// <para>Initializes a new instance of the <see cref='System.Management.SelectQuery'/> 762/// <para>Gets or sets the query in the <see cref='System.Management.SelectQuery'/>, in string form.</para>