VS2003 - Get List of Class Members

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I was wondering if anybody was aware of a mechanism (perhaps an Add-In) that
will get all the members of a particular class (like the Object Browser), but
will make that information available (perhaps on the Clipboard).

Perhaps it's something easy that I'm just overlooking. Just looking to save
myself some work...

Thanks,
pagates
 
Hello pagates,

Use reflection for this. See MSDN for System.Reflection.*
p> I was wondering if anybody was aware of a mechanism (perhaps an
p> Add-In) that will get all the members of a particular class (like the
p> Object Browser), but will make that information available (perhaps on
p> the Clipboard).
p>
p> Perhaps it's something easy that I'm just overlooking. Just looking
p> to save myself some work...
p>
p> Thanks,
p> pagates
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 

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

Back
Top