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)
Syntax
ICollection<Type> GetExtensions(
	Type baseType
)

Parameters

baseType
Type: SystemType
The type of extensions to get.

Return Value

Type: ICollectionType
Types of all registered extensions deriving from baseType.
Exceptions
ExceptionCondition
ArgumentNullExceptionbaseType is .
See Also