C# Class bc.flash.system.AsSystem

Inheritance: bc.flash.AsObject
Exibir arquivo Open project: weeeBox/oldies-bc-as3converter

Public Methods

Method Description
disposeXML ( bc.flash.xml.AsXML node ) : void
exit ( uint code ) : void
gc ( ) : void
getFreeMemory ( ) : float
getIme ( ) : AsObject
getPrivateMemory ( ) : float
getProcessCPUUsage ( ) : float
getTotalMemory ( ) : uint
getTotalMemoryNumber ( ) : float
getUseCodePage ( ) : bool
getVmVersion ( ) : String
pause ( ) : void
pauseForGCIfCollectionImminent ( ) : void
pauseForGCIfCollectionImminent ( float imminence ) : void
resume ( ) : void
setClipboard ( String _string ) : void
setUseCodePage ( bool _value ) : void

Method Details

disposeXML() public static method

public static disposeXML ( bc.flash.xml.AsXML node ) : void
node bc.flash.xml.AsXML
return void

exit() public static method

public static exit ( uint code ) : void
code uint
return void

gc() public static method

public static gc ( ) : void
return void

getFreeMemory() public static method

public static getFreeMemory ( ) : float
return float

getIme() public static method

public static getIme ( ) : AsObject
return bc.flash.AsObject

getPrivateMemory() public static method

public static getPrivateMemory ( ) : float
return float

getProcessCPUUsage() public static method

public static getProcessCPUUsage ( ) : float
return float

getTotalMemory() public static method

public static getTotalMemory ( ) : uint
return uint

getTotalMemoryNumber() public static method

public static getTotalMemoryNumber ( ) : float
return float

getUseCodePage() public static method

public static getUseCodePage ( ) : bool
return bool

getVmVersion() public static method

public static getVmVersion ( ) : String
return String

pause() public static method

public static pause ( ) : void
return void

pauseForGCIfCollectionImminent() public static method

public static pauseForGCIfCollectionImminent ( ) : void
return void

pauseForGCIfCollectionImminent() public static method

public static pauseForGCIfCollectionImminent ( float imminence ) : void
imminence float
return void

resume() public static method

public static resume ( ) : void
return void

setClipboard() public static method

public static setClipboard ( String _string ) : void
_string String
return void

setUseCodePage() public static method

public static setUseCodePage ( bool _value ) : void
_value bool
return void