C# Class FakeGPS.ConsoleHelper

Console Helper Class.
Afficher le fichier Open project: juliankay/FakeGPS Class Usage Examples

Méthodes publiques

Méthode Description
WriteError ( string message ) : void

Write an Error to the Console in Red then change the color back.

WriteHeader ( ) : void

Write the Header to the Console.

WriteHelp ( ) : void

Write the Help file to the Console.

WriteLatLong ( LatLong latLong ) : void

Write the LatLong to the Console.

Private Methods

Méthode Description
ReadHelpResource ( ) : IEnumerable

Read the Help File.

WriteDebugAttach ( ) : void
WriteDebugExit ( ) : void

Method Details

WriteError() public static méthode

Write an Error to the Console in Red then change the color back.
public static WriteError ( string message ) : void
message string The error message
Résultat void

WriteHeader() public static méthode

Write the Header to the Console.
public static WriteHeader ( ) : void
Résultat void

WriteHelp() public static méthode

Write the Help file to the Console.
public static WriteHelp ( ) : void
Résultat void

WriteLatLong() public static méthode

Write the LatLong to the Console.
public static WriteLatLong ( LatLong latLong ) : void
latLong FakeGPS.Common.LatLong The .
Résultat void