T
TheNedMan
Is there a way to find all classes within a namespace
(programmatically)? I've played around with reflection a bit and it
seems that you can only find members of classes, not classes within a
namespace.
e.g., How would I find all classes within the namespace "System.Web"?
Any ideas?
(programmatically)? I've played around with reflection a bit and it
seems that you can only find members of classes, not classes within a
namespace.
e.g., How would I find all classes within the namespace "System.Web"?
Any ideas?