Reflection |
Name | Description | |
---|---|---|
![]() ![]() | GetSubclassesOf(Type) | This will return a list of types that are subclasses of type basetype or (when basetype is an interface) implements basetype. |
![]() ![]() | GetSubclassesOf(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]. |