C# 클래스 java.lang.Compiler

상속: java.lang.Object
파일 보기 프로젝트 열기: JeroMiya/androidmono 1 사용 예제들

공개 메소드들

메소드 설명
command ( java arg0 ) : global::java.lang.Object
compileClass ( java arg0 ) : bool
compileClasses ( java arg0 ) : bool
disable ( ) : void
enable ( ) : void

비공개 메소드들

메소드 설명
Compiler ( )
Compiler ( global @__env )

메소드 상세

command() 공개 정적인 메소드

public static command ( java arg0 ) : global::java.lang.Object
arg0 java
리턴 global::java.lang.Object

compileClass() 공개 정적인 메소드

public static compileClass ( java arg0 ) : bool
arg0 java
리턴 bool

compileClasses() 공개 정적인 메소드

public static compileClasses ( java arg0 ) : bool
arg0 java
리턴 bool

disable() 공개 정적인 메소드

public static disable ( ) : void
리턴 void

enable() 공개 정적인 메소드

public static enable ( ) : void
리턴 void