Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get list of the classes in casual assembly
Message
From
12/03/2010 03:53:58
 
 
To
11/03/2010 11:50:13
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01453908
Message ID:
01454092
Views:
38
>>or:
var list = (from m in Assembly.Load("GregoryAdam.Base").GetModules() select m.GetTypes().Where(x=>x.IsClass)).ToList();
Not as flat though :={
>
>
>Good, Viv
>
>
>I was so proud I could answer - [Sulk (borrowed from you)]

I wouldn't be at all surprised if your version was just as quick :-}
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform