Méthode | Description | |
---|---|---|
Flush ( ) : void |
Flushes the console's output
|
|
GetConsole ( Scriptable scope, |
Provides a specialized
|
|
GetConsole ( Stream @in, |
Returns a new
|
|
GetIn ( ) : Stream |
Returns the underlying
|
|
Print ( string s ) : void |
Prints a single string to the console
|
|
Println ( ) : void |
Prints the newline character-sequence to the console
|
|
Println ( string s ) : void |
Prints a string and the newline character-sequence to the console
|
|
ReadLine ( ) : string |
Reads a single line from the console
|
|
ReadLine ( string prompt ) : string |
Reads a single line from the console and sets the console's prompt to
|
Méthode | Description | |
---|---|---|
ShellConsole ( ) : System |
Méthode | Description | |
---|---|---|
GetJLineShellConsoleV1 ( ClassLoader classLoader, |
||
GetJLineShellConsoleV2 ( ClassLoader classLoader, |
||
TryInvoke ( object obj, string method, Type paramTypes ) : object |
public static GetConsole ( Scriptable scope, |
||
scope | Scriptable | |
cs | ||
Résultat |
public static GetConsole ( Stream @in, |
||
@in | Stream | |
ps | ||
cs | ||
Résultat |
public abstract Println ( string s ) : void | ||
s | string | |
Résultat | void |
public abstract ReadLine ( string prompt ) : string | ||
prompt | string | |
Résultat | string |