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.
Mattias Sjögren - 24 Jun 2007 09:52 GMT
>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

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.