Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LINQ SELECT to document .NET classes
Message
 
 
À
03/09/2007 11:43:11
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01251917
Message ID:
01252031
Vues:
15
>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,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform