C# 클래스 FakeGPS.ConsoleHelper

Console Helper Class.
파일 보기 프로젝트 열기: juliankay/FakeGPS 1 사용 예제들

공개 메소드들

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