In WPF, how do I use reflection to find all classes in a project? I'm interested in obtaining the ones whos names match a certain regular expression.
|
|
|
|
|
|
|
Something along the lines of
You can also load a specific assembly and filter the types you want. |
||||
|
