C# Класс Mosa.Compiler.Trace.CompilerTrace

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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