console app: methods autocompletion (get method name from string parameter of invoker)[modified]
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am busy searching, but I'm not sure, what I need to "register" all methods of the main program class, build a console host for that app and: 1. make it posible for the console host to autocomplete the method name when the user types the beginning of the method name and presses [tab]? 2. have one invoking point for all methods, passing the method name as a string parameter - something like
RunMethod(System::String methodName)
. Should I use attributes? Delegates? Any hints appreciated. Thanks, nj -- modified at 5:53 Tuesday 17th October, 2006 (added to title)