Loading A Class By Reflection?

Monkey Forums/Monkey Programming/Loading A Class By Reflection?

DeltaWolf7(Posted 2013) [#1]
Hi,

Is it possible to dynamically load classes from a folder and create a new instance of that type?

Thank you


ziggy(Posted 2013) [#2]
some of the monkey targets do not include a runtime compiler, so I think it is not technically possible on Monkey as a language feature.


Samah(Posted 2013) [#3]
If it's already been compiled, I don't see why not. It's going to be very platform-specific, though.