Class DebuggerCommunication.ScriptDebuggerRemoteControl
Provides methods for remote communication between application that executes and debugs user script.
public class DebuggerCommunication.ScriptDebuggerRemoteControl : MarshalByRefObject, IScriptDebuggerRemoteControl
- Inheritance
-
DebuggerCommunication.ScriptDebuggerRemoteControl
- Implements
Methods
- CompileScript(ScriptCompiledDelegate)
Compiles scripts, and calls back the given delegate when compilation is complete.
- IsScriptRunning()
Returns boolean value indicating that script is currently running.
- StartScript(ScriptFinishedDelegate)
Starts script execution.
- StopScript()
Stops script execution.