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.
我的表单上有一个 Shockwave Flash 对象,我不会看到它使用了多少内存以及有关性能的其他信息。
您需要将此类导入添加到您的项目中:
import flash.system.Capabilities; import flash.system.System;
然后通过 Capabilities 和 System 类的属性和方法来获取不同的系统信息(例如System.freeMemory)。但是由于不同的闪存限制,您不会得到太多。
System.freeMemory