6 instantiations of RelatedObjectQuery
System.Management (6)
System\Management\ManagementClass.cs (2)
1030RelatedObjectQuery q = new RelatedObjectQuery(true, Path.Path, 1142RelatedObjectQuery q = new RelatedObjectQuery(true, Path.Path,
System\Management\ManagementObject.cs (2)
1034RelatedObjectQuery q = new RelatedObjectQuery( 1165RelatedObjectQuery q = new RelatedObjectQuery(path.Path, relatedClass,
System\Management\ManagementQuery.cs (2)
1763return new RelatedObjectQuery(sourceObject, relatedClass, relationshipClass, 1767return new RelatedObjectQuery(true, sourceObject, relatedClass, relationshipClass,
10 references to RelatedObjectQuery
System.Management (10)
System\Management\ManagementClass.cs (2)
1030RelatedObjectQuery q = new RelatedObjectQuery(true, Path.Path, 1142RelatedObjectQuery q = new RelatedObjectQuery(true, Path.Path,
System\Management\ManagementObject.cs (2)
1034RelatedObjectQuery q = new RelatedObjectQuery( 1165RelatedObjectQuery q = new RelatedObjectQuery(path.Path, relatedClass,
System\Management\ManagementQuery.cs (6)
1205/// of the <see cref='System.Management.RelatedObjectQuery'/> class. 1208/// <para>Initializes a new instance of the <see cref='System.Management.RelatedObjectQuery'/> class. This is the 1219/// <para>Initializes a new instance of the <see cref='System.Management.RelatedObjectQuery'/>class. If the specified string can be successfully parsed as 1282/// <para>Initializes a new instance of the <see cref='System.Management.RelatedObjectQuery'/> class for the given source object and related class. 1293/// <para>Initializes a new instance of the <see cref='System.Management.RelatedObjectQuery'/> class for the given set of parameters. 1327/// <para>Initializes a new instance of the <see cref='System.Management.RelatedObjectQuery'/> class for a schema query using the given set