C# 클래스 AK.F1.Timing.Utility.Tms.Program

F1 Live-Timing TMS Utility for .NET 4.
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
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