Ellabit
Ellabit copied to clipboard
This Challenge is about Reflection
I created a challenge about Reflection. Let me know if it looks good sir!
I'm looking for a test that show knowledge of using the System.Relection namespace. Examples of this would include examining a class for properties, methods, constructors and fields. They maybe private or public. They can also be instance or static. Also handling overloaded methods and constructors.
This is what I am looking for but the problem is your sample doesn't have a way for the user to code one thing and have it pass multiple tests. Maybe you make two separate challenges. The first challenge you have a second class that you have 3 different methods with the same parameter signature. Then the method the user codes you pass in a string for the method name. At that point make a second challenge where you have a second class that has multiple methods with the same name but with different signatures. Also revert your changes of anything not related to the reflection tests.
This is awesome and what I wanted. But the code I looked at didn't look like it would work. Test it out and see if you can get all three to pass.