Verifique se o tipo é filho do tipo

typeof (SubClass).IsSubclassOf(typeof (BaseClass)); // returns true
MunchDuster