Class DebuggerCommunication
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.