I am invoking a static method Parse on a type via reflection because I do not know the type of the object at compile-time (I do know, however, it has a Parse
Use this overload and use
returnType.GetMethod("Parse", new [] {typeof(string)})