Свойство | Тип | Описание | |
---|---|---|---|
startup_files | string[] |
Метод | Описание | |
---|---|---|
CSharpShell ( Evaluator evaluator ) : System | ||
ReadEvalPrintLoop ( ) : int | ||
Run ( string startup_files ) : int |
Метод | Описание | |
---|---|---|
ConsoleInterrupt ( object sender, ConsoleCancelEventArgs a ) : void | ||
Evaluate ( string input ) : string | ||
ExecuteSources ( IEnumerable |
||
InitTerminal ( bool show_banner ) : void | ||
InitializeUsing ( ) : void | ||
LoadStartupFiles ( ) : void | ||
ReadEvalPrintLoopWith ( ReadLiner readline ) : void | ||
SetupConsole ( ) : void |
Метод | Описание | |
---|---|---|
EscapeChar ( TextWriter output, char c ) : void | ||
EscapeString ( TextWriter output, string s ) : void | ||
GetLine ( bool primary ) : string | ||
PrettyPrint ( TextWriter output, object result ) : void | ||
WorksAsEnumerable ( object obj ) : bool | ||
p ( TextWriter output, string s ) : void |
public CSharpShell ( Evaluator evaluator ) : System | ||
evaluator | Evaluator | |
Результат | System |
protected ConsoleInterrupt ( object sender, ConsoleCancelEventArgs a ) : void | ||
sender | object | |
a | ConsoleCancelEventArgs | |
Результат | void |
protected Evaluate ( string input ) : string | ||
input | string | |
Результат | string |
protected ExecuteSources ( IEnumerable |
||
sources | IEnumerable |
|
ignore_errors | bool | |
Результат | void |
protected InitTerminal ( bool show_banner ) : void | ||
show_banner | bool | |
Результат | void |
protected ReadEvalPrintLoopWith ( ReadLiner readline ) : void | ||
readline | ReadLiner | |
Результат | void |