haXe API Documentation
Back | Index
extern class flash.system.System
Available in flash
static var freeMemory(default,null) : Float
static var ime(default,null) : IME
static var privateMemory(default,null) : Float
static var processCPUUsage(default,null) : Float
static var totalMemory(default,null) : UInt
static var totalMemoryNumber(default,null) : Float
static var useCodePage : Bool
static var vmVersion(default,null) : String
static function disposeXML(node : flash.xml.XML) : Void
static function exit(code : UInt) : Void
static function gc() : Void
static function pause() : Void
static function pauseForGCIfCollectionImminent(?imminence : Float) : Void
static function resume() : Void
static function setClipboard(string : String) : Void
Back | Index