Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LINQ SELECT to document .NET classes
Message
From
03/09/2007 16:05:25
 
 
To
03/09/2007 11:43:11
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01251917
Message ID:
01252031
Views:
16
>Hi Martin,
>
>I wanted to create a form for study purposes, but Lutz Roeder's Reflector does the trick better that I ever could. Thank you.

Well, if you want to play with that, you can gets a list of all the assemblies available in your app domain with:
System.AppDomain.CurrentDomain.GetAssemblies

Ten use GetTypes to get the classes and GetMembers to navigate them.

To get more information about all this, google "System.Reflection".

And... have fun!

Regards,
Previous
Reply
Map
View

Click here to load this message in the networking platform