C# Класс AK.F1.Timing.Utility.Tms.Program

F1 Live-Timing TMS Utility for .NET 4.
Показать файл Открыть проект

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

Метод Описание
Dump ( string path ) : void

Prints the contents of the TMS to the standard out.

DumpSession ( string path ) : void

Prints the result of the session contained by the TMS.

Fixup ( string path ) : void

Fixup the TMS by filtering out translated messages and replaying the session.

Main ( string args ) : void

Application entry point.

Stats ( string path ) : void

Prints statistical information regarding the contents of the TMS.

Приватные методы

Метод Описание
Program ( ) : System
Run ( Operation operation ) : void

Описание методов

Dump() публичный метод

Prints the contents of the TMS to the standard out.
public Dump ( string path ) : void
path string The path of the TMS.
Результат void

DumpSession() публичный метод

Prints the result of the session contained by the TMS.
public DumpSession ( string path ) : void
path string The path of the TMS.
Результат void

Fixup() публичный метод

Fixup the TMS by filtering out translated messages and replaying the session.
public Fixup ( string path ) : void
path string The path of the TMS.
Результат void

Main() публичный статический метод

Application entry point.
public static Main ( string args ) : void
args string The application arguments.
Результат void

Stats() публичный метод

Prints statistical information regarding the contents of the TMS.
public Stats ( string path ) : void
path string The path of the TMS.
Результат void