C# 클래스 AppSecInc.ProcessDomain.Remoting.ActivatorHost

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: legendary-code/process-domain

공개 메소드들

메소드 설명
ActivatorHost ( string guid, int processId, ProcessDomainSetup setup ) : System
Run ( string args ) : void

Runs the Activator Host and blocks until the parent process exits

WaitForExit ( ) : void

Waits for the parent process to exit

비공개 메소드들

메소드 설명
SetupDllDirectories ( ProcessDomainSetup setup ) : void

메소드 상세

ActivatorHost() 공개 메소드

public ActivatorHost ( string guid, int processId, ProcessDomainSetup setup ) : System
guid string
processId int
setup ProcessDomainSetup
리턴 System

Run() 공개 정적인 메소드

Runs the Activator Host and blocks until the parent process exits
public static Run ( string args ) : void
args string
리턴 void

WaitForExit() 공개 메소드

Waits for the parent process to exit
public WaitForExit ( ) : void
리턴 void