C# 클래스 IKVM.Internal.Tracer

파일 보기 프로젝트 열기: samskivert/ikvm-monotouch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClassLoading TraceSwitch
Compiler TraceSwitch
FxBug TraceSwitch
Jni TraceSwitch
Runtime TraceSwitch
Verifier TraceSwitch

공개 메소드들

메소드 설명
EnableTraceConsoleListener ( ) : void
HandleMethodTrace ( string name ) : void
IsTracedMethod ( string name ) : bool
SetTraceLevel ( string name ) : void
SetTraceLevel ( string name, TraceLevel level ) : void

비공개 메소드들

메소드 설명
EnableTraceForDebug ( ) : void
Error ( TraceSwitch traceSwitch, string message ) : void
Info ( TraceSwitch traceSwitch, string message ) : void
Init ( ) : void
MethodInfo ( string message ) : void
Tracer ( ) : System
Warning ( TraceSwitch traceSwitch, string message ) : void
WriteLine ( string message, object p ) : void

메소드 상세

EnableTraceConsoleListener() 공개 정적인 메소드

public static EnableTraceConsoleListener ( ) : void
리턴 void

HandleMethodTrace() 공개 정적인 메소드

public static HandleMethodTrace ( string name ) : void
name string
리턴 void

IsTracedMethod() 공개 정적인 메소드

public static IsTracedMethod ( string name ) : bool
name string
리턴 bool

SetTraceLevel() 공개 정적인 메소드

public static SetTraceLevel ( string name ) : void
name string
리턴 void

SetTraceLevel() 공개 정적인 메소드

public static SetTraceLevel ( string name, TraceLevel level ) : void
name string
level TraceLevel
리턴 void

프로퍼티 상세

ClassLoading 공개적으로 정적으로 프로퍼티

public static TraceSwitch ClassLoading
리턴 TraceSwitch

Compiler 공개적으로 정적으로 프로퍼티

public static TraceSwitch Compiler
리턴 TraceSwitch

FxBug 공개적으로 정적으로 프로퍼티

public static TraceSwitch FxBug
리턴 TraceSwitch

Jni 공개적으로 정적으로 프로퍼티

public static TraceSwitch Jni
리턴 TraceSwitch

Runtime 공개적으로 정적으로 프로퍼티

public static TraceSwitch Runtime
리턴 TraceSwitch

Verifier 공개적으로 정적으로 프로퍼티

public static TraceSwitch Verifier
리턴 TraceSwitch