Listing Global Variables in a class. VB.NET 2005

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

Guest

Hi,
Is it possible in vb.net 2005 to be able to list and access the data in all
the global variables in a class.

I'm trying to make a copy of a class, the class cannot be serialized because
it has datatables in, and this causes an exception.
 
Is it possible in vb.net 2005 to be able to list and access the data in all
the global variables in a class.

If they are in a class I wouln't call them global. But still, you can
probably do what you want with Reflection.


Mattias
 

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