C# Class bc.flash.system.AsSystem

Inheritance: bc.flash.AsObject
Afficher le fichier Open project: weeeBox/oldies-bc-as3converter

Méthodes publiques

Méthode 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 méthode

public static disposeXML ( bc.flash.xml.AsXML node ) : void
node bc.flash.xml.AsXML
Résultat void

exit() public static méthode

public static exit ( uint code ) : void
code uint
Résultat void

gc() public static méthode

public static gc ( ) : void
Résultat void

getFreeMemory() public static méthode

public static getFreeMemory ( ) : float
Résultat float

getIme() public static méthode

public static getIme ( ) : AsObject
Résultat bc.flash.AsObject

getPrivateMemory() public static méthode

public static getPrivateMemory ( ) : float
Résultat float

getProcessCPUUsage() public static méthode

public static getProcessCPUUsage ( ) : float
Résultat float

getTotalMemory() public static méthode

public static getTotalMemory ( ) : uint
Résultat uint

getTotalMemoryNumber() public static méthode

public static getTotalMemoryNumber ( ) : float
Résultat float

getUseCodePage() public static méthode

public static getUseCodePage ( ) : bool
Résultat bool

getVmVersion() public static méthode

public static getVmVersion ( ) : String
Résultat String

pause() public static méthode

public static pause ( ) : void
Résultat void

pauseForGCIfCollectionImminent() public static méthode

public static pauseForGCIfCollectionImminent ( ) : void
Résultat void

pauseForGCIfCollectionImminent() public static méthode

public static pauseForGCIfCollectionImminent ( float imminence ) : void
imminence float
Résultat void

resume() public static méthode

public static resume ( ) : void
Résultat void

setClipboard() public static méthode

public static setClipboard ( String _string ) : void
_string String
Résultat void

setUseCodePage() public static méthode

public static setUseCodePage ( bool _value ) : void
_value bool
Résultat void