Returns the interface implemented (directly or indirectly) by this type, with the specified fully-qualified name.
Returns a Type object representing the implemented interface. Returns null if no interface matching name is found.
As a workaround, to retrieve the interface of a finished type, retrieve the type using Type.GetType or System.Reflection.Assembly.GetType(string) and use reflection on the retrieved type.