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

Jacob Carlborg doob at me.com
Wed Aug 7 03:10:25 PDT 2013


On 2013-08-07 00:57, Marek Janukowicz wrote:

> See traits: http://dlang.org/traits.html
>
> Look for: getProtection, getVirtualFunctions, getVirtualMethods.

And "allMembers" and "derivedMembers".

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list