C# Class RedGate.AppHost.Server.RemotedProcessBootstrapper

Show file Open project: red-gate/RedGate.AppHost

Public Methods

Method Description
Create ( string assemblyName, bool openDebugConsole, bool monitorHostProcess ) : IChildProcessHandle
RemotedProcessBootstrapper ( IProcessStartOperation processBootstrapper ) : System

Private Methods

Method Description
InitializeRemoting ( ) : ISafeChildProcessHandle

Method Details

Create() public method

public Create ( string assemblyName, bool openDebugConsole, bool monitorHostProcess ) : IChildProcessHandle
assemblyName string
openDebugConsole bool
monitorHostProcess bool
return IChildProcessHandle

RemotedProcessBootstrapper() public method

public RemotedProcessBootstrapper ( IProcessStartOperation processBootstrapper ) : System
processBootstrapper IProcessStartOperation
return System