Property | Type | Description | |
---|---|---|---|
CreateCommandSource | Microsoft.Scripting.ScriptSource | ||
GetSourceCodeEncoding | Encoding |
Method | Description | |
---|---|---|
GetLogo ( ) : string | ||
RubyCommandLine ( ) : System |
Method | Description | |
---|---|---|
CreateScope ( ) : Scope | ||
ExecuteCommand ( string command ) : void | ||
GetCommandProperties ( string code ) : ScriptCodeParseResult | ||
RunCommand ( string command ) : int | ||
RunFile ( string fileName ) : int | ||
Shutdown ( ) : void | ||
TryInteractiveAction ( ) : int? | ||
UnhandledException ( |
Method | Description | |
---|---|---|
CreateCommandSource ( string command, SourceCodeKind kind, string sourceUnitId ) : Microsoft.Scripting.ScriptSource | ||
GetSourceCodeEncoding ( ) : Encoding |
protected ExecuteCommand ( string command ) : void | ||
command | string | |
return | void |
protected GetCommandProperties ( string code ) : ScriptCodeParseResult | ||
code | string | |
return | ScriptCodeParseResult |
protected RunCommand ( string command ) : int | ||
command | string | |
return | int |
protected UnhandledException ( |
||
e | ||
return | void |