ManagementPackType.GetBaseTypes Method

Definition

Retrieves the entire hierarchy of base types for this object.

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

Returns

Returns IList<T>.

The entire hierarchy of base types for this object.

Remarks

The first item in the retrieved list will be the closest base type to this type, whereas the last one will be the type farthest away up the inheritance chain.

Applies to