ManagementPackType.GetBaseTypes Method
Retrieves the entire hierarchy of base types for this object.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As ManagementPackType
Dim returnValue As IList(Of ManagementPackType)
returnValue = instance.GetBaseTypes
Syntax
'Declaration
Public Function GetBaseTypes As IList(Of ManagementPackType)
public IList<ManagementPackType> GetBaseTypes ()
public:
IList<ManagementPackType^>^ GetBaseTypes ()
public IList<ManagementPackType> GetBaseTypes ()
public function GetBaseTypes () : IList<ManagementPackType>
Return Value
Returns IList.
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackType Class
ManagementPackType Members
Microsoft.EnterpriseManagement.Configuration Namespace