An easy question I guess, but in the documentation of the Type class they only talk of interfaces on the GetInterfaces method.
i.e. typeof(ChildClass).XXX(typeof(Par
typeof(ParentClass).IsAssignableFrom(typeof(ChildClass))