C# 클래스 bc.flash.system.AsSystem

상속: bc.flash.AsObject
파일 보기 프로젝트 열기: weeeBox/oldies-bc-as3converter

공개 메소드들

메소드 설명
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

메소드 상세

disposeXML() 공개 정적인 메소드

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

exit() 공개 정적인 메소드

public static exit ( uint code ) : void
code uint
리턴 void

gc() 공개 정적인 메소드

public static gc ( ) : void
리턴 void

getFreeMemory() 공개 정적인 메소드

public static getFreeMemory ( ) : float
리턴 float

getIme() 공개 정적인 메소드

public static getIme ( ) : AsObject
리턴 bc.flash.AsObject

getPrivateMemory() 공개 정적인 메소드

public static getPrivateMemory ( ) : float
리턴 float

getProcessCPUUsage() 공개 정적인 메소드

public static getProcessCPUUsage ( ) : float
리턴 float

getTotalMemory() 공개 정적인 메소드

public static getTotalMemory ( ) : uint
리턴 uint

getTotalMemoryNumber() 공개 정적인 메소드

public static getTotalMemoryNumber ( ) : float
리턴 float

getUseCodePage() 공개 정적인 메소드

public static getUseCodePage ( ) : bool
리턴 bool

getVmVersion() 공개 정적인 메소드

public static getVmVersion ( ) : String
리턴 String

pause() 공개 정적인 메소드

public static pause ( ) : void
리턴 void

pauseForGCIfCollectionImminent() 공개 정적인 메소드

public static pauseForGCIfCollectionImminent ( ) : void
리턴 void

pauseForGCIfCollectionImminent() 공개 정적인 메소드

public static pauseForGCIfCollectionImminent ( float imminence ) : void
imminence float
리턴 void

resume() 공개 정적인 메소드

public static resume ( ) : void
리턴 void

setClipboard() 공개 정적인 메소드

public static setClipboard ( String _string ) : void
_string String
리턴 void

setUseCodePage() 공개 정적인 메소드

public static setUseCodePage ( bool _value ) : void
_value bool
리턴 void