2 instantiations of SelectQuery
System.Management (2)
System\Management\ManagementQuery.cs (2)
1115
return new
SelectQuery
(className, condition, strArray);
1117
return new
SelectQuery
(true, condition);
19 references to SelectQuery
System.Management (19)
System\Management\ManagementObjectSearcher.cs (12)
335
if ((query.GetType() == typeof(
SelectQuery
)) &&
336
(((
SelectQuery
)query).Condition == null) &&
337
(((
SelectQuery
)query).SelectedProperties == null) &&
344
if (!((
SelectQuery
)query).IsSchemaQuery) //deep instance enumeration
347
((
SelectQuery
)query).ClassName,
354
status = scope.GetSecuredIWbemServicesHandler(scope.GetIWbemServices()).CreateClassEnum_(((
SelectQuery
)query).ClassName,
428
if ((query.GetType() == typeof(
SelectQuery
)) &&
429
(((
SelectQuery
)query).Condition == null) &&
430
(((
SelectQuery
)query).SelectedProperties == null) &&
437
if (!((
SelectQuery
)query).IsSchemaQuery) //deep instance enumeration
439
status = scope.GetSecuredIWbemServicesHandler(wbemServices).CreateInstanceEnumAsync_(((
SelectQuery
)query).ClassName,
446
status = 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>