Table of Contents

Class DebuggerCommunication.ScriptDebuggerRemoteControl

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.v9.dll

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.