C# 클래스 Platform.Helpers.ConsoleHelpers

파일 보기 프로젝트 열기: Konard/LinksPlatform

공개 메소드들

메소드 설명
GetOrReadArgument ( int index ) : string
GetOrReadArgument ( int index, string readMessage ) : string
HandleCancellation ( ) : CancellationTokenSource
PressAnyKeyToContinue ( ) : void

비공개 메소드들

메소드 설명
Debug ( string format ) : void
DisableIgnoredExceptionsAutoPrint ( ) : void
EnableIgnoredExceptionsAutoPrint ( ) : void
OnIgnoredException ( object sender, Exception e ) : void

메소드 상세

GetOrReadArgument() 공개 정적인 메소드

public static GetOrReadArgument ( int index ) : string
index int
리턴 string

GetOrReadArgument() 공개 정적인 메소드

public static GetOrReadArgument ( int index, string readMessage ) : string
index int
readMessage string
리턴 string

HandleCancellation() 공개 정적인 메소드

public static HandleCancellation ( ) : CancellationTokenSource
리턴 System.Threading.CancellationTokenSource

PressAnyKeyToContinue() 공개 정적인 메소드

public static PressAnyKeyToContinue ( ) : void
리턴 void