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 (8.0.2.1001)
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| Exception | Condition |
|---|
| ArgumentNullException | baseType is . |
See Also