메소드 | 설명 | |
---|---|---|
EnterInteractiveMode ( string arguments ) : void |
Enters the interactive mode.
|
|
Execute ( string path ) : void |
Executes the specified script.
|
|
ExecuteScript ( string arguments ) : void |
Executes the script.
|
|
ExecuteScript ( string scriptPath, string args ) : void |
Executes the script.
|
|
InitializeContext ( IDebugClient client ) : void |
Initializes the context.
|
|
Interpret ( string arguments ) : void |
Interprets C# code.
|
|
InterpretInteractive ( string code ) : void |
Interprets the C# code as in interactive mode.
|
|
OpenUI ( string arguments ) : void |
Opens the UI.
|
|
ShowInteractiveWindow ( bool modal ) : void |
Shows the interactive window.
|
public EnterInteractiveMode ( string arguments ) : void | ||
arguments | string | The arguments |
리턴 | void |
public static Execute ( string path ) : void | ||
path | string | The script path. |
리턴 | void |
public ExecuteScript ( string arguments ) : void | ||
arguments | string | The arguments. |
리턴 | void |
public ExecuteScript ( string scriptPath, string args ) : void | ||
scriptPath | string | The script path. |
args | string | The arguments. |
리턴 | void |
public InitializeContext ( IDebugClient client ) : void | ||
client | IDebugClient | The client. |
리턴 | void |
public Interpret ( string arguments ) : void | ||
arguments | string | The arguments. |
리턴 | void |
public static InterpretInteractive ( string code ) : void | ||
code | string | The C# code. |
리턴 | void |
public static ShowInteractiveWindow ( bool modal ) : void | ||
modal | bool | if set to |
리턴 | void |