Click or drag to resize

ReflectionServiceGetSubclassesOf Method

Overload List
 NameDescription
Public methodStatic memberGetSubclassesOf(Type) This will return a list of types that are subclasses of type basetype or (when basetype is an interface) implements basetype.
Public methodStatic memberGetSubclassesOf(Type) This will return a list of types that are subclasses of all types in basetypes or (when basetype[i] is an interface) implements basetypes[i].
Top
See Also