Get the class member list

  • Thread starter Thread starter Just D
  • Start date Start date
J

Just D

Hi,

Does anybody know is it possible to get the list of the public members of
the class during run-time using some trick if the class is, say, unknown or
I just want to write some universal method regardless of the members of the
class and their quantity?

Thanks,
Dmitri
 
Check System.Reflection in MSDN

Regards,

Jose Luis Manners, MCP
 

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