There is no good supported way to do this with the current runtime.The way this is normally done is to use your own reflection system, and build a mechanism to create classes based on their name.There was an old way, using Object.factory, but I would not recommend that, it's brittle and doesn't always work.-Steve
Too bad. Nevertheless, thank you for your quick answer to my question.
-Mario
