Administrator

Administrator

  • Tech Writer
  • 2.2k
  • 1.5m

List of available classes

Mar 27 2003 8:29 AM
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)