Table of Contents

Class DebuggerCommunication.ScriptDebuggerRemoteControlCompileCallbackSink

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

Provides call back for remote script compilation.

public class DebuggerCommunication.ScriptDebuggerRemoteControlCompileCallbackSink : MarshalByRefObject
Inheritance
DebuggerCommunication.ScriptDebuggerRemoteControlCompileCallbackSink

Constructors

ScriptDebuggerRemoteControlCompileCallbackSink(ScriptCompiledDelegate)

Initializes a new instance of ScriptDebuggerRemoteControlCompileCallbackSink with specified call back delegate.

Methods

OnScriptCompiled(ScriptCompilationResult)

Call back method executed after script was compiled.