enumerate objects
Visual Basic
4
Posts
2
Posters
0
Views
1
Watching
-
Is there a VB.Net way to enumerate objects in a program running as a free standing exe?
RCarey
A program that's running, and is not your program ? No.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
A program that's running, and is not your program ? No.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
My program. I want to click a debug menu item and get a list of objects that exist at that time. Ditto for threads.
RCarey
OK, you can do that with reflecton. You can reflect over your objects and get out variable names and values.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog