Reflection would be really nice

Walter Bright newshound1 at digitalmars.com
Thu Apr 19 02:27:18 PDT 2007


Frank Benoit (keinfarbton) wrote:
> class ClassInfo{
> 	Field[] fields;
> 	Method[] methods;
> 	Constructors[] constructors;
> 	static ClassInfo[] allClasses; // probably the most important
> }

allClasses is already there, see Classinfo.find().



More information about the Digitalmars-d mailing list