Table of Contents

Interface IScriptRemoteControl

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v10.dll

Represents methods for remote communication between application that executes script and debugger.

public interface IScriptRemoteControl

Methods

CompileScript(ScriptCompiledDelegate)

When implemented by a class, compiles scripts, and calls back the given delegate when compilation is complete.

IsScriptRunning()

When implementing by a class, returns boolean value indicating that script is currently running.

ReadyToDebug(StartDebugDelegate)

When implemented by a class, prepares debugger for ths script debugging.

StartScript(ScriptFinishedDelegate)

When implemented by a class, compiles script if needed and starts execution.

StopScript()

When implemented by a class, stops script execution.