IExtensionServiceGetExtensions Method |
Gets all types corresponding to extensions inheriting from or implementing baseType
provided types.
Namespace:
Dundas.BI.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
SyntaxICollection<Type> GetExtensions(
Type baseType
)
Function GetExtensions (
baseType As Type
) As ICollection(Of Type)
ICollection<Type^>^ GetExtensions(
Type^ baseType
)
abstract GetExtensions :
baseType : Type -> ICollection<Type>
Parameters
- baseType
- Type: SystemType
The type of extensions to get.
Return Value
Type:
ICollectionTypeTypes of all registered extensions deriving from
baseType.
Exceptions
See Also