Property | Type | Description | |
---|---|---|---|
startup_files | string[] |
Method | Description | |
---|---|---|
CSharpShell ( Evaluator evaluator ) : System | ||
ReadEvalPrintLoop ( ) : int | ||
Run ( string startup_files ) : int |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return | System |
protected ConsoleInterrupt ( object sender, ConsoleCancelEventArgs a ) : void | ||
sender | object | |
a | ConsoleCancelEventArgs | |
return | void |
protected ExecuteSources ( IEnumerable |
||
sources | IEnumerable |
|
ignore_errors | bool | |
return | void |
protected InitTerminal ( bool show_banner ) : void | ||
show_banner | bool | |
return | void |
protected ReadEvalPrintLoopWith ( ReadLiner readline ) : void | ||
readline | ReadLiner | |
return | void |