Click or drag to resize

ReflectionServiceGetNonAbstractSubclassesOf(Type) Method

This will return a list of types that are subclasses of type basetype or (when basetype is an interface) implements basetype.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Type[] GetNonAbstractSubclassesOf(
	Type[] basetypes
)

Parameters

basetypes  Type
The basetype.

Return Value

Type
An array containing all non-abstract subclasses or implementations of the supplied base types.
See Also