How can I get the name of the parent class of some class using Reflection?
Currently in .NET Core, BaseType is not available, you can retrieve it by:
typeof(T).GetTypeInfo().BaseType