C# Класс FakeGPS.ConsoleHelper

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

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

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

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

Метод Описание
ReadHelpResource ( ) : IEnumerable

Read the Help File.

WriteDebugAttach ( ) : void
WriteDebugExit ( ) : void

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

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

Write an Error to the Console in Red then change the color back.
public static WriteError ( string message ) : void
message string The error message
Результат void

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

Write the Header to the Console.
public static WriteHeader ( ) : void
Результат void

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

Write the Help file to the Console.
public static WriteHelp ( ) : void
Результат void

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

Write the LatLong to the Console.
public static WriteLatLong ( LatLong latLong ) : void
latLong FakeGPS.Common.LatLong The .
Результат void