ManagementObject.GetRelated Method (ManagementOperationObserver, String, String, String, String, String, String, Boolean, EnumerationOptions)
.NET Framework 4
Gets a collection of objects related to the object (associators).
Assembly: System.Management (in System.Management.dll)
public void GetRelated( ManagementOperationObserver watcher, string relatedClass, string relationshipClass, string relationshipQualifier, string relatedQualifier, string relatedRole, string thisRole, bool classDefinitionsOnly, EnumerationOptions options )
Parameters
- watcher
- Type: System.Management.ManagementOperationObserver
The object to use to return results.
- relatedClass
- Type: System.String
The class of the related objects.
- relationshipClass
- Type: System.String
The relationship class of interest.
- relationshipQualifier
- Type: System.String
The qualifier required to be present on the relationship class.
- relatedQualifier
- Type: System.String
The qualifier required to be present on the related class.
- relatedRole
- Type: System.String
The role that the related class is playing in the relationship.
- thisRole
- Type: System.String
The role that this class is playing in the relationship.
- classDefinitionsOnly
- Type: System.Boolean
Return only class definitions for the instances that match the query.
- options
- Type: System.Management.EnumerationOptions
Extended options for how to execute the query.
This operation is equivalent to an ASSOCIATORS OF query where ResultClass = relatedClass.
.NET Framework Security
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.