C# 클래스 RedGate.AppHost.Server.RemotedProcessBootstrapper

파일 보기 프로젝트 열기: red-gate/RedGate.AppHost

공개 메소드들

메소드 설명
Create ( string assemblyName, bool openDebugConsole, bool monitorHostProcess ) : IChildProcessHandle
RemotedProcessBootstrapper ( IProcessStartOperation processBootstrapper ) : System

비공개 메소드들

메소드 설명
InitializeRemoting ( ) : ISafeChildProcessHandle

메소드 상세

Create() 공개 메소드

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

RemotedProcessBootstrapper() 공개 메소드

public RemotedProcessBootstrapper ( IProcessStartOperation processBootstrapper ) : System
processBootstrapper IProcessStartOperation
리턴 System