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
 
Back
Top