Is something along these lines possible:
^^ I know this is impossible, but the idea is that I would like to create a new instance from the class that has been passed.
1 2 3 4 | public void Method(Class passedClass) { addObject( new passedClass, 50 , 50 ); } |