Ellabit icon indicating copy to clipboard operation
Ellabit copied to clipboard

This Challenge is about Reflection

Open Massi-Amb opened this issue 2 years ago • 3 comments

I created a challenge about Reflection. Let me know if it looks good sir!

Massi-Amb avatar Feb 09 '23 19:02 Massi-Amb

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.

kevmoens avatar Feb 10 '23 02:02 kevmoens

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.

kevmoens avatar Feb 13 '23 03:02 kevmoens

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.

kevmoens avatar Mar 06 '23 00:03 kevmoens