开发者

Get list of Class names in package

开发者 https://www.devze.com 2022-12-31 17:40 出处:网络
Is there any way I can get a list of all the classes in a particul开发者_开发知识库ar package?

Is there any way I can get a list of all the classes in a particul开发者_开发知识库ar package?

I know getDefinitionByName, getQualifiedClassName, and getQualifiedSuperclassName in flash.utils can find me a class, but I can't find anyway to find all the classes in a package at runtime.


No, ActionScript reflection is limited to the three functions you mentioned and flash.utils.describeType(object:*).

0

精彩评论

暂无评论...
验证码 换一张
取 消