Table of Contents

Class DebuggerCommunication

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

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

public static class DebuggerCommunication
Inheritance
DebuggerCommunication

Methods

StartClient(string, string, string)

Start client using specified parameters.

StartServer(IScriptRemoteControl, string, string, Func<string, int, NamedPipeServerStream>)

Start remote server using specified parameters.