프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateCommandSource | Microsoft.Scripting.ScriptSource | ||
GetSourceCodeEncoding | Encoding |
메소드 | 설명 | |
---|---|---|
GetLogo ( ) : string | ||
RubyCommandLine ( ) : System |
메소드 | 설명 | |
---|---|---|
CreateScope ( ) : Scope | ||
ExecuteCommand ( string command ) : void | ||
GetCommandProperties ( string code ) : ScriptCodeParseResult | ||
RunCommand ( string command ) : int | ||
RunFile ( string fileName ) : int | ||
Shutdown ( ) : void | ||
TryInteractiveAction ( ) : int? | ||
UnhandledException ( |
메소드 | 설명 | |
---|---|---|
CreateCommandSource ( string command, SourceCodeKind kind, string sourceUnitId ) : Microsoft.Scripting.ScriptSource | ||
GetSourceCodeEncoding ( ) : Encoding |
protected GetCommandProperties ( string code ) : ScriptCodeParseResult | ||
code | string | |
리턴 | ScriptCodeParseResult |
protected UnhandledException ( |
||
e | ||
리턴 | void |