in

ASP.NET Weblogs

This Blog

Syndication

ShowUsYour<Blog>

Irregular expressions regularly

AssemblyReflector - event based discovery of assemblies

AssemblyReflector (Conchango.Code.Reflection) is an event-based assembly parser - it allows assemblies to be searched for Attributes, Events, Fields, Interfaces, Methods, Nested Types, Properties and Types, by subscribing to the relevent OnDiscover event and then performing a search for the member based on several available search methods;

o Contains(string)
o EndsWith(string)
o Named(string)
o OfType(Type) - Attributes Only
o StartsWith(string)
o WithBindingFlags(BindingFlags)

When an event is raised you can access the discovered member via the EventArgs

     AssemblyReflector

 

Published Jan 12 2005, 07:25 PM by digory
Filed under:

Comments

 

Howard van Rooijen said:

Thanks for the link - there is some more info about AssemblyReflector available from my blog:

http://blogs.conchango.com/howardvanrooijen/archive/2005/01/09/783.aspx

/Howard
January 12, 2005 5:10 AM

Leave a Comment

(required)  
(optional)
(required)  
Add