Table of Contents

Class DebuggerCommunication

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

Provides methods to manage debugger communication between client and server via .NET Remoting.

public static class DebuggerCommunication
Inheritance
DebuggerCommunication

Methods

StartClient(out IChannel, string, string, string)

Start client using specified parameters.

StartClient(string, string, string)

Start client using specified parameters.

StartServer(IScriptRemoteControl, string, string)

Start remote server using specified parameters.

StopClient(IChannel)

Stops client which is connected to the specified channel.

StopServer(IChannel)

Stops server connected to the specified channel.