Is it possible using reflection or similar to extract only public method names from classes?

Gary Willoughby dev at nomad.so
Tue Aug 6 14:41:35 PDT 2013


Is it possible using reflection or similar to extract only public 
method names from classes? I'm thinking how i would go about 
writing a unit test/mocking framework, investigating how i can 
gather information about such things before i manipulate them.


More information about the Digitalmars-d-learn mailing list