C# Class RedGate.AppHost.Server.RemotedProcessBootstrapper

Afficher le fichier Open project: red-gate/RedGate.AppHost

Méthodes publiques

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

Private Methods

Méthode Description
InitializeRemoting ( ) : ISafeChildProcessHandle

Method Details

Create() public méthode

public Create ( string assemblyName, bool openDebugConsole, bool monitorHostProcess ) : IChildProcessHandle
assemblyName string
openDebugConsole bool
monitorHostProcess bool
Résultat IChildProcessHandle

RemotedProcessBootstrapper() public méthode

public RemotedProcessBootstrapper ( IProcessStartOperation processBootstrapper ) : System
processBootstrapper IProcessStartOperation
Résultat System