C# Class Mosa.Compiler.Trace.CompilerTrace

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
CompilerTrace ( ) : Mosa.Compiler.Trace.BuiltIn
NewCompilerTraceEvent ( CompilerEvent compilerEvent, string message, int threadID ) : void
NewTraceLog ( TraceLog traceLog ) : void
UpdatedCompilerProgress ( int totalMethods, int completedMethods ) : void

Method Details

CompilerTrace() public méthode

public CompilerTrace ( ) : Mosa.Compiler.Trace.BuiltIn
Résultat Mosa.Compiler.Trace.BuiltIn

NewCompilerTraceEvent() public méthode

public NewCompilerTraceEvent ( CompilerEvent compilerEvent, string message, int threadID ) : void
compilerEvent CompilerEvent
message string
threadID int
Résultat void

NewTraceLog() public méthode

public NewTraceLog ( TraceLog traceLog ) : void
traceLog TraceLog
Résultat void

UpdatedCompilerProgress() public méthode

public UpdatedCompilerProgress ( int totalMethods, int completedMethods ) : void
totalMethods int
completedMethods int
Résultat void