Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
Program ( ) : System | ||
Run ( Operation operation ) : void |
public Dump ( string path ) : void | ||
path | string | The path of the TMS. |
Résultat | void |
public DumpSession ( string path ) : void | ||
path | string | The path of the TMS. |
Résultat | void |
public Fixup ( string path ) : void | ||
path | string | The path of the TMS. |
Résultat | void |
public static Main ( string args ) : void | ||
args | string | The application arguments. |
Résultat | void |
public Stats ( string path ) : void | ||
path | string | The path of the TMS. |
Résultat | void |