Свойство | Type | Description | |
---|---|---|---|
CreateCommandSource | Microsoft.Scripting.ScriptSource | ||
GetSourceCodeEncoding | Encoding |
Méthode | Description | |
---|---|---|
GetLogo ( ) : string | ||
RubyCommandLine ( ) : System |
Méthode | Description | |
---|---|---|
CreateScope ( ) : Scope | ||
ExecuteCommand ( string command ) : void | ||
GetCommandProperties ( string code ) : ScriptCodeParseResult | ||
RunCommand ( string command ) : int | ||
RunFile ( string fileName ) : int | ||
Shutdown ( ) : void | ||
TryInteractiveAction ( ) : int? | ||
UnhandledException ( |
Méthode | Description | |
---|---|---|
CreateCommandSource ( string command, SourceCodeKind kind, string sourceUnitId ) : Microsoft.Scripting.ScriptSource | ||
GetSourceCodeEncoding ( ) : Encoding |
protected ExecuteCommand ( string command ) : void | ||
command | string | |
Résultat | void |
protected GetCommandProperties ( string code ) : ScriptCodeParseResult | ||
code | string | |
Résultat | ScriptCodeParseResult |
protected RunCommand ( string command ) : int | ||
command | string | |
Résultat | int |
protected RunFile ( string fileName ) : int | ||
fileName | string | |
Résultat | int |
protected UnhandledException ( |
||
e | ||
Résultat | void |