2 instantiations of SelectQuery
System.Management (2)
managementquery.cs (2)
1118
return new
SelectQuery
(className, condition, strArray);
1120
return new
SelectQuery
(true, condition);
19 references to SelectQuery
System.Management (19)
managementobjectsearcher.cs (12)
334
if ((query.GetType() == typeof(
SelectQuery
)) &&
335
(((
SelectQuery
)query).Condition == null) &&
336
(((
SelectQuery
)query).SelectedProperties == null) &&
343
if (((
SelectQuery
)query).IsSchemaQuery == false) //deep instance enumeration
346
((
SelectQuery
)query).ClassName,
353
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 == false) //deep instance enumeration
439
status = scope.GetSecuredIWbemServicesHandler( wbemServices ).CreateInstanceEnumAsync_(((
SelectQuery
)query).ClassName,
446
status = scope.GetSecuredIWbemServicesHandler( wbemServices ).CreateClassEnumAsync_(((
SelectQuery
)query).ClassName,
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
'/>
764
/// <para>Gets or sets the query in the <see cref='System.Management.
SelectQuery
'/>, in string form.</para>