Method | Description | |
---|---|---|
GetOrReadArgument ( int index ) : string | ||
GetOrReadArgument ( int index, string readMessage ) : string | ||
HandleCancellation ( ) : |
||
PressAnyKeyToContinue ( ) : void |
Method | Description | |
---|---|---|
Debug ( string format ) : void | ||
DisableIgnoredExceptionsAutoPrint ( ) : void | ||
EnableIgnoredExceptionsAutoPrint ( ) : void | ||
OnIgnoredException ( object sender, |
public static GetOrReadArgument ( int index ) : string | ||
index | int | |
return | string |
public static GetOrReadArgument ( int index, string readMessage ) : string | ||
index | int | |
readMessage | string | |
return | string |
public static HandleCancellation ( ) : |
||
return |
public static PressAnyKeyToContinue ( ) : void | ||
return | void |