ManagementPackType.GetDerivedTypes Method

Definition

Retrieves the immediate derived types for this object.

Overloads

GetDerivedTypes()

Retrieves the immediate derived types for this object.

GetDerivedTypes(TraversalDepth)

Retrieves the immediate derived types for this object.

GetDerivedTypes()

Retrieves the immediate derived types for this object.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackType ^> ^ GetDerivedTypes();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackType> GetDerivedTypes ();
member this.GetDerivedTypes : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackType>
Public Function GetDerivedTypes () As IList(Of ManagementPackType)

Returns

Returns IList<T>.

The immediate derived types for this object.

Applies to

GetDerivedTypes(TraversalDepth)

Retrieves the immediate derived types for this object.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackType ^> ^ GetDerivedTypes(Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackType> GetDerivedTypes (Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetDerivedTypes : Microsoft.EnterpriseManagement.Common.TraversalDepth -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackType>
Public Function GetDerivedTypes (traversalDepth As TraversalDepth) As IList(Of ManagementPackType)

Parameters

traversalDepth
TraversalDepth

Defines the level of depth that a method should traverse when returning objects.

Returns

Returns IList<T>.

The immediate derived types for this object.

Applies to