6
Answers

List of available classes

Administrator

Administrator

21y
1.6k
1
Hello, I am looking for a way in C# to be able to programatically build a list of available classes in the applcation that I can search the list and execute a desired class method based on a passed parameter to the program. I could do this by building a case statement with all available classes, but would like it to be more dynamic. Thanks
Answers (6)