C# 클래스 bc.flash.AsGlobal

파일 보기 프로젝트 열기: weeeBox/oldies-bc-as3converter 1 사용 예제들

공개 메소드들

메소드 설명
assert ( bool condition ) : void
assert ( bool condition, String message ) : void
getQualifiedClassName ( AsObject obj ) : String
getTimer ( ) : int
parseBool ( string s ) : bool
parseFloat ( String s ) : float
parseInt ( String s ) : int
parseInt ( String s, int radix ) : int
parseLong ( String s ) : long
parseUInt ( String s ) : uint
setTimer ( int time ) : void
trace ( Object val ) : void
trace ( String val ) : void
trace ( bool val ) : void
trace ( double val ) : void
trace ( float val ) : void
trace ( int val ) : void
trace ( uint val ) : void

메소드 상세

assert() 공개 정적인 메소드

public static assert ( bool condition ) : void
condition bool
리턴 void

assert() 공개 정적인 메소드

public static assert ( bool condition, String message ) : void
condition bool
message String
리턴 void

getQualifiedClassName() 공개 정적인 메소드

public static getQualifiedClassName ( AsObject obj ) : String
obj AsObject
리턴 String

getTimer() 공개 정적인 메소드

public static getTimer ( ) : int
리턴 int

parseBool() 공개 정적인 메소드

public static parseBool ( string s ) : bool
s string
리턴 bool

parseFloat() 공개 정적인 메소드

public static parseFloat ( String s ) : float
s String
리턴 float

parseInt() 공개 정적인 메소드

public static parseInt ( String s ) : int
s String
리턴 int

parseInt() 공개 정적인 메소드

public static parseInt ( String s, int radix ) : int
s String
radix int
리턴 int

parseLong() 공개 정적인 메소드

public static parseLong ( String s ) : long
s String
리턴 long

parseUInt() 공개 정적인 메소드

public static parseUInt ( String s ) : uint
s String
리턴 uint

setTimer() 공개 정적인 메소드

public static setTimer ( int time ) : void
time int
리턴 void

trace() 공개 정적인 메소드

public static trace ( Object val ) : void
val Object
리턴 void

trace() 공개 정적인 메소드

public static trace ( String val ) : void
val String
리턴 void

trace() 공개 정적인 메소드

public static trace ( bool val ) : void
val bool
리턴 void

trace() 공개 정적인 메소드

public static trace ( double val ) : void
val double
리턴 void

trace() 공개 정적인 메소드

public static trace ( float val ) : void
val float
리턴 void

trace() 공개 정적인 메소드

public static trace ( int val ) : void
val int
리턴 void

trace() 공개 정적인 메소드

public static trace ( uint val ) : void
val uint
리턴 void