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