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.
我想以某种方式与我的库进行交互。我有很多(近 100 个)对象作为特定文件夹中的类导出到库中,我想获取它的属性。我该怎么做?有一些 AS3 方法可以列出导出的对象类吗?
在运行时,试试这个:
trace(ApplicationDomain.currentDomain.getQualifiedDefinitionNames());
在 11.3 版之前使用这个库:
http://etcs.ru/pre/getDefinitionNamesSource/