How can I embed VS.NET's object explorer in a program?

M

mdb

While I'm developing code, I often run test programs to make sure that the
code I'm writing produces correct results. My usual method for doing this
is either unit testing, or debugging in VS.NET in cases where unit testing
is difficult.

However, what I'd like to do is embed the VS.net object browser in my
program, so I don't have to go thru the debug process. Can anyone point me
to some code that might do this?

Thanks!

-mdb
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top