David,
>I know this must exist but I've looked & looked. What is the call to get all
>classes. I am using J# but that shouldn't make a difference.
All classes in what? To get all types defined in an assembly, call
Assembly.GetTypes().
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
David Thielen - 07 Oct 2005 21:16 GMT
That was it - thank you.
ps - J# is a weird world to use - because sometimes it's java, sometimes
.net, and sometimes it's half & half like this.

Signature
thanks - dave
> David,
>
[quoted text clipped - 5 lines]
>
> Mattias