Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
として作成したクラスの名前を取得するとしStringます。その文字列に含まれる名前でクラスをインスタンス化するにはどうすればよいですか? 特定の親クラスから派生することはわかっていますが、実際のクラスは異なります。
String
var instance : MyClass = Type.createInstance(Type.resolveClass("path.to.MyClass"), []);
いくつかのメモ:
resolveClass()
createInstance()