C# 클래스 Mosa.Compiler.Trace.CompilerTrace

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
CompilerTrace ( ) : Mosa.Compiler.Trace.BuiltIn
NewCompilerTraceEvent ( CompilerEvent compilerEvent, string message, int threadID ) : void
NewTraceLog ( TraceLog traceLog ) : void
UpdatedCompilerProgress ( int totalMethods, int completedMethods ) : void

메소드 상세

CompilerTrace() 공개 메소드

public CompilerTrace ( ) : Mosa.Compiler.Trace.BuiltIn
리턴 Mosa.Compiler.Trace.BuiltIn

NewCompilerTraceEvent() 공개 메소드

public NewCompilerTraceEvent ( CompilerEvent compilerEvent, string message, int threadID ) : void
compilerEvent CompilerEvent
message string
threadID int
리턴 void

NewTraceLog() 공개 메소드

public NewTraceLog ( TraceLog traceLog ) : void
traceLog TraceLog
리턴 void

UpdatedCompilerProgress() 공개 메소드

public UpdatedCompilerProgress ( int totalMethods, int completedMethods ) : void
totalMethods int
completedMethods int
리턴 void