6 instantiations of RelationshipQuery
System.Management (6)
System\Management\ManagementClass.cs (2)
1234RelationshipQuery q = new RelationshipQuery(true, Path.Path, relationshipClass, 1330RelationshipQuery q = new RelationshipQuery(true, Path.Path, relationshipClass,
System\Management\ManagementObject.cs (2)
1271RelationshipQuery q = new RelationshipQuery(path.Path, relationshipClass, 1390RelationshipQuery q = new RelationshipQuery(path.Path, relationshipClass,
System\Management\ManagementQuery.cs (2)
2269return new RelationshipQuery(sourceObject, relationshipClass, 2272return new RelationshipQuery(true, sourceObject, relationshipClass, relationshipQualifier,
10 references to RelationshipQuery
System.Management (10)
System\Management\ManagementClass.cs (2)
1234RelationshipQuery q = new RelationshipQuery(true, Path.Path, relationshipClass, 1330RelationshipQuery q = new RelationshipQuery(true, Path.Path, relationshipClass,
System\Management\ManagementObject.cs (2)
1271RelationshipQuery q = new RelationshipQuery(path.Path, relationshipClass, 1390RelationshipQuery q = new RelationshipQuery(path.Path, relationshipClass,
System\Management\ManagementQuery.cs (6)
1843/// of the <see cref='System.Management.RelationshipQuery'/> class. 1846/// <para>Initializes a new instance of the <see cref='System.Management.RelationshipQuery'/> class. This is the default constructor.</para> 1856/// <para>Initializes a new instance of the <see cref='System.Management.RelationshipQuery'/>class. If the specified string can be successfully parsed as 1910/// <para>Initializes a new instance of the <see cref='System.Management.RelationshipQuery'/> class for the given source object and relationship class. 1921/// <para>Initializes a new instance of the <see cref='System.Management.RelationshipQuery'/> class for the given set of parameters. 1945/// <para>Initializes a new instance of the <see cref='System.Management.RelationshipQuery'/> class for a schema query using the given set