derivedTypes

Returns a list of all types that are derived from the given type. This does not count interfaces; that is, if type is an interface, you will only get derived interfaces back. It is an expensive operations.

ConstClassInfo[]
derivedTypes
(
in ClassInfo type
)

Meta